#Quick help with slash commands

1 messages · Page 1 of 1 (latest)

frail hearth
#

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

true mantleBOT
#

Here's the slash options example.

timid charm
#

for more than 25 you have to use

true mantleBOT
#

Here's the slash autocomplete example.

snow pawn
#

Thanks I needed this lmao

timid charm
#

or bot restart

frail hearth
#

im confused

#

Im literally just trying the example and i cant figure it out

#

☠️

#

whats the difference between bot and client

drifting smelt
#

.tag client

white pikeBOT
#
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)
drifting smelt
#

You will want to work with discord.Bot in your case

#

What is your current code and what is not working?