#worked but doesnt show anymore

1 messages · Page 1 of 1 (latest)

safe breach
#

installed hikari using "pip install hikari" and it worked but then i switched to python 3.10 and now it shows "no module found named 'hikari'
When i try installing it again it says that the requirements are already satisfied

#

its installed in the python 3.11 folders

hardy isle
#

Are you sure you're running the code in the same environment that you've installed hikari in?

safe breach
#

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

hardy isle
#

./tag msgcnt