|
|
@@ -38,7 +38,7 @@ private async Task RegisterCommands() |
|
|
{ |
|
|
{ |
|
|
new ApplicationCommandOptionProperties() |
|
|
new ApplicationCommandOptionProperties() |
|
|
{ |
|
|
{ |
|
|
Name = "Example option", |
|
|
|
|
|
|
|
|
Name = "example_option", |
|
|
Required = false, |
|
|
Required = false, |
|
|
Description = "Option Description", |
|
|
Description = "Option Description", |
|
|
Type = Discord.ApplicationCommandOptionType.String, |
|
|
Type = Discord.ApplicationCommandOptionType.String, |
|
|
|