-
Question: How should I implement the option_choice for my bot to send slash_command? Also I don't understand what and why param is used for in
Thank you in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have figured how to add param. Define the param as |
Beta Was this translation helpful? Give feedback.
I have figured how to add param. Define the param as
**kwargs
should do it. Refer to Python **kwargs and Slash Commands Discussion