From 2d967ab9b691f196df4d8a4e0671a7b420a90d8c Mon Sep 17 00:00:00 2001 From: Stanley Dimant Date: Tue, 2 Aug 2022 22:06:51 +0200 Subject: [PATCH] apparently you cannot have spaces --- .../MareSynchronosServer/Discord/DiscordBot.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MareSynchronosServer/MareSynchronosServer/Discord/DiscordBot.cs b/MareSynchronosServer/MareSynchronosServer/Discord/DiscordBot.cs index 84e9700..8de95c2 100644 --- a/MareSynchronosServer/MareSynchronosServer/Discord/DiscordBot.cs +++ b/MareSynchronosServer/MareSynchronosServer/Discord/DiscordBot.cs @@ -295,11 +295,11 @@ namespace MareSynchronosServer.Discord .WithName("register") .WithDescription("Registration for the Mare Synchronos server of this Discord") .AddOption(new SlashCommandOptionBuilder() - .WithName("new account") + .WithName("new_account") .WithDescription("Starts the registration process for the Mare Synchronos server of this Discord") .WithType(ApplicationCommandOptionType.SubCommand)) .AddOption(new SlashCommandOptionBuilder() - .WithName("overwrite old account") + .WithName("overwrite_old_account") .WithDescription("Will forcefully overwrite your current character on the service, if present") .WithType(ApplicationCommandOptionType.SubCommand));