mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-16 02:14:16 +01:00
remove option from register
This commit is contained in:
parent
f1d5601925
commit
432994d1d5
1 changed files with 0 additions and 1 deletions
|
|
@ -294,7 +294,6 @@ namespace MareSynchronosServer.Discord
|
|||
var register = new SlashCommandBuilder();
|
||||
register.WithName("register");
|
||||
register.WithDescription("Starts the registration process for the Mare Synchronos server of this Discord");
|
||||
register.AddOption("forced", ApplicationCommandOptionType.SubCommand, "Will forcefully overwrite your current character on the service, if present", false, false);
|
||||
|
||||
var registerForced = new SlashCommandBuilder();
|
||||
registerForced.WithName("register");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue