#I have a Problem

1 messages · Page 1 of 1 (latest)

stable python
#
  1. Discord-components is not part of pycord.
  2. Your replit can't find aiofilles version
  3. Show your code
quick stream
#

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

neat shale
#

what is the error?

quick stream
#

i was actually waiting for you to send the problem