#cannot power the bot on, console gives optimization errors
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
It is not an error in itself. Running it with the -O or -OO would give it some speedups. Ex. py -O bot.py
the bot still seems to not power on
Then it may be a different issue
bot = hikari.GatewayBot(token='bottoken')```
this is what i have
bottoken is my token, of course
Do you ever call bot.run()?