#Help with cogs
1 messages · Page 1 of 1 (latest)
load_extension isn't async, you're mixing this up with discord.py
why did you send the imports?
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
@lost peak py-cord is not using any async and await at the setup and cogs
and its not the pycord guide
think its because of discord.py that he puts all of those await
https://guide.pycord.dev/introduction read this
Pycord Guide is a complete guide for Pycord. Learn how to create Discord Bots today!
pls use the py-cord docs...