#im not able to sync commands
1 messages · Page 1 of 1 (latest)
have you specified guild_ids in your commands?
You need to remove debug_guilds.
wait
thats dpy
and not pycord
cuz pycord doesnt support running the bot from asyncio.run
or am i missing something
Good point.
Can you pip freeze and post the results, please?
It supports it
oh waa
but client.run doesnt return a coruntine to be awaited. so that wrong anyways
can someone confirm this ^
Me
hmm. was broken the last time i checked. but alr
Using pycord ye
cool
That's interesting. Do you know how to await a function being called in a class but outside of any method in that case?
I have a function to create a list of choices and, if I run the bot that way, I have no clue how to code that part.
asyncio.run(coro)?