-
Notifications
You must be signed in to change notification settings - Fork 10
Guild command can only be used once #116
Comments
sorry for the late response, can you try to install the git version instead?
|
Unfortunately, I think it is not working either. This time it gives the following error:
And also
|
sorry for the late response again I had a lot of stuff to do. |
alright the issue should be fixed can you try to reinstall discord-ui again? |
This time, it seems like that the command is not registered. However, all other commands are working fine. |
can you try to nuke all commands and then restart the bot to nuke your commands (delete them all) add this snippet of code @bot.listen()
async def on_ready():
await bs.commands.nuke() let the code run for one time and then remove that piece of code again |
This time:
I tried changing
It didn't raise any errors. However, global commands are not registered and I am not allowed to use that guild command. |
(Please point out any mistakes, if I get too confused.)
I created a guild-only slash command, as follows:
I invoked this slash command. Immediately after that, the command gets removed from the list of other commands. All other commands continued to work, so I believe it is not a fatal bug. I tried looking into the module's code but I cannot find anything - I think it might be the bot wrongly deleting the command?
The text was updated successfully, but these errors were encountered: