#I have a Problem
1 messages · Page 1 of 1 (latest)
I'm pretty sure that bot.run is blocking, therefore keep_alive.keep_alive() would not even trigger
blocking in the sense that it prevents all code past it's execution from being executed
no, that will prevent your bot from being run
move the keep_alive.keep_alive() somewhere behind the bot.run()
your original error seems to be some kind of dependency error
and looking on pypi, there is no entry with the name aiofilles
its most likely a mispelling of aiofiles
correct the typo
aiofilles -> aiofiles
what is the error?
i was actually waiting for you to send the problem