#worked but doesnt show anymore
1 messages · Page 1 of 1 (latest)
Are you sure you're running the code in the same environment that you've installed hikari in?
nvm i change my version back so i can use it again
the problem i have with python 3.11 is that with
@bot.listen(hikari.GuildMessageCreateEvent)
async def print_message(event):
print(event.content)
it just keeps saying none and:
@bot.listen(hikari.StartedEvent)
async def bot_started(event):
print('bot has started!')
doesnt do anything
./tag msgcnt