mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:27:22 +01:00
add two named suboptions
This commit is contained in:
parent
0b47ad37ed
commit
1c9ce846ca
1 changed files with 2 additions and 1 deletions
|
|
@ -295,10 +295,11 @@ namespace MareSynchronosServer.Discord
|
|||
.WithName("register")
|
||||
.WithDescription("Registration for the Mare Synchronos server of this Discord")
|
||||
.AddOption(new SlashCommandOptionBuilder()
|
||||
.WithName("new account")
|
||||
.WithDescription("Starts the registration process for the Mare Synchronos server of this Discord")
|
||||
.WithType(ApplicationCommandOptionType.SubCommand))
|
||||
.AddOption(new SlashCommandOptionBuilder()
|
||||
.WithName("forced")
|
||||
.WithName("overwrite old account")
|
||||
.WithDescription("Will forcefully overwrite your current character on the service, if present")
|
||||
.WithType(ApplicationCommandOptionType.SubCommand));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue