#Quick help with slash commands
1 messages · Page 1 of 1 (latest)
how can i make it look like this
have options that u gotta select
and make it that so every one of these has to be filled in when u do the command
Here's the slash options example.
for more than 25 you have to use
Here's the slash autocomplete example.
Thanks I needed this lmao
You can also use the items in the list without a sync of the command
or bot restart
im confused
Im literally just trying the example and i cant figure it out
☠️
whats the difference between bot and client
.tag client
discord.Client # just for events
discord.Bot # events + slash/user/msg commands
commands.Bot # above + prefixed commands
bridge.Bot # above + bridge commands (application commands and text commands in one)