Skip to content Skip to sidebar Skip to footer

Discord_slash: How To Actually Add A Slash Command/ Why Isn't Mine Working?

So I tried to add a slash command 'verify' to the / menu with discord_slash. It appears there and everything seems right.. Until I try to use the command. It should print the slash

Solution 1:

Slash Commands are an extra "class" but you can recognize them as commands as they got no message content and you can put that in the on_message function to let the function ignore the command and after all that no more error occurees.


Post a Comment for "Discord_slash: How To Actually Add A Slash Command/ Why Isn't Mine Working?"