mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 15:24:14 +01:00
try adding two options
This commit is contained in:
parent
e19d6d882c
commit
0b47ad37ed
1 changed files with 4 additions and 1 deletions
|
|
@ -293,7 +293,10 @@ namespace MareSynchronosServer.Discord
|
|||
{
|
||||
var register = new SlashCommandBuilder()
|
||||
.WithName("register")
|
||||
.WithDescription("Starts the registration process for the Mare Synchronos server of this Discord")
|
||||
.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")
|
||||
.WithType(ApplicationCommandOptionType.SubCommand))
|
||||
.AddOption(new SlashCommandOptionBuilder()
|
||||
.WithName("forced")
|
||||
.WithDescription("Will forcefully overwrite your current character on the service, if present")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue