Is it possible to create a GuildChatInputCommand with a dropdown menu for one parameter? #988
-
I have this command
Is it possible to set the parameter |
Beta Was this translation helpful? Give feedback.
Answered by
lukellmann
Oct 22, 2024
Replies: 1 comment
-
Yes, use srtring("version", "XOS-Version (e.g. 14)") {
required = true
choice("display name 1", "value 1")
choice("display name 2", "value 2")
// ...
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
N0m4n904
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, use
choice
: