How can i make a SlashCommand with specific option per guild ? #288
Answered
by
tandemdude
Tech-User42
asked this question in
Q&A
-
Hi, My bot can play radio from internet and i want to give the hability to each guild to have their own radio station. So the radio station were stored and loaded from a json file on the bot startup and on change with an edit command So when a guild make |
Beta Was this translation helpful? Give feedback.
Answered by
tandemdude
Dec 6, 2022
Replies: 1 comment 1 reply
-
For this you probably want to use option autocomplete in order to suggest the appropriate stations per-guild. See the docs for info. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Tech-User42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For this you probably want to use option autocomplete in order to suggest the appropriate stations per-guild. See the docs for info.