try adding two options

This commit is contained in:
Stanley Dimant
2022-08-02 22:03:34 +02:00
parent e19d6d882c
commit 0b47ad37ed

View File

@@ -293,7 +293,10 @@ namespace MareSynchronosServer.Discord
{ {
var register = new SlashCommandBuilder() var register = new SlashCommandBuilder()
.WithName("register") .WithName("register")
.WithDescription("Registration for the Mare Synchronos server of this Discord")
.AddOption(new SlashCommandOptionBuilder()
.WithDescription("Starts the registration process for the Mare Synchronos server of this Discord") .WithDescription("Starts the registration process for the Mare Synchronos server of this Discord")
.WithType(ApplicationCommandOptionType.SubCommand))
.AddOption(new SlashCommandOptionBuilder() .AddOption(new SlashCommandOptionBuilder()
.WithName("forced") .WithName("forced")
.WithDescription("Will forcefully overwrite your current character on the service, if present") .WithDescription("Will forcefully overwrite your current character on the service, if present")