#Slash Command Options
1 messages · Page 1 of 1 (latest)
Just use the builders if you don't know what you're doing really.
Other than that, you can reference the Discord API documentation: https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-structure
Discord Developer Portal
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
Am I able to use the builders if I'm writing the commands in a single file?
yes?
if you mean all your commands, why do you not make a command handler? or just use sapphire
Strong disagree. Command handlers aren't overhead ever. It's all about having sensible and maintainable code layout.
I'd even use sapphire for a single command bot simply because it makes laying out files easier
(barring that it would probably be an http only bot but that's a different story)