mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
apparently you cannot have spaces
This commit is contained in:
parent
1c9ce846ca
commit
2d967ab9b6
1 changed files with 2 additions and 2 deletions
|
|
@ -295,11 +295,11 @@ namespace MareSynchronosServer.Discord
|
||||||
.WithName("register")
|
.WithName("register")
|
||||||
.WithDescription("Registration for the Mare Synchronos server of this Discord")
|
.WithDescription("Registration for the Mare Synchronos server of this Discord")
|
||||||
.AddOption(new SlashCommandOptionBuilder()
|
.AddOption(new SlashCommandOptionBuilder()
|
||||||
.WithName("new account")
|
.WithName("new_account")
|
||||||
.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))
|
.WithType(ApplicationCommandOptionType.SubCommand))
|
||||||
.AddOption(new SlashCommandOptionBuilder()
|
.AddOption(new SlashCommandOptionBuilder()
|
||||||
.WithName("overwrite old account")
|
.WithName("overwrite_old_account")
|
||||||
.WithDescription("Will forcefully overwrite your current character on the service, if present")
|
.WithDescription("Will forcefully overwrite your current character on the service, if present")
|
||||||
.WithType(ApplicationCommandOptionType.SubCommand));
|
.WithType(ApplicationCommandOptionType.SubCommand));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue