Commands not syncing in discord.py? #10163
-
I have a discord bot, and i have two commands currently '/clearcontext' and '/joke' command, only one of them syncs to the server which is the '/clearcontext' one, the other doesn't appear, and i tried adding even more commands but still it doesn't seem to be added here is the code part for the command system : https://github.com/LousyBook94/LousyBot/blob/main/src/commands.py I'm pretty sure i implemented it right, but doesn't seem to work :[ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
never mind, i fixed it by adding a !sync command check and refreshing the client |
Beta Was this translation helpful? Give feedback.
never mind, i fixed it by adding a !sync command check and refreshing the client