#Get #[derive(CreateCommand)] to create a slash command with set options for a string argument
1 messages · Page 1 of 1 (latest)
I assume you're looking for this?
https://docs.rs/twilight-interactions/latest/twilight_interactions/command/trait.CreateOption.html
Create a command option from a type.
or if you dont want macros you could simply make a Command struct
Thank you guys!
ofccc