C
C#2y ago
REAPER

Slash command choices [Answered]

Hi, I'm trying to make a Slash Command with choices. I do use a different Slash Command setup then they guide I've found and now I'm wondering if it's possible to make the way I've done shown in the image. Slash Command Choice Guide: https://discordnet.dev/guides/int_basics/application-commands/slash-commands/choice-slash-command.html
4 Replies
Scott
Scott2y ago
GitHub
MODiX/FunModule.cs at main · discord-csharp/MODiX
Discord Bot handling basic moderation needs, soon implements statistics. - MODiX/FunModule.cs at main · discord-csharp/MODiX
pip
pip2y ago
If you're using Discord.Net you can also define an Enum and use that as your method's parameter
REAPER
REAPER2y ago
Thanks guys it works now rooHappy
Accord
Accord2y ago
✅ This post has been marked as answered!