#Help with cogs

1 messages · Page 1 of 1 (latest)

bright ore
#

Can you show the pip list pls

novel girder
#

load_extension isn't async, you're mixing this up with discord.py

bright ore
#

why did you send the imports?

obsidian storm
#

python -m pip list

#

asyncio is built into python..

#

well, just dont await the bot.load_extension, easy fix

#

just... dont await it

#

its that simple

#

remove the async

#

from the setup

#

yea, remove the await there too

#

why do you have so many awaits and asyncs in places they dont belong

#

not "idk", why?

#

you must have copied those from somewhere

bright ore
#

@lost peak py-cord is not using any async and await at the setup and cogs

obsidian storm
#

and its not the pycord guide

lavish escarp
#

think its because of discord.py that he puts all of those await

obsidian storm
bright ore
#

pls use the py-cord docs...