feat: made the minecraft command fall under Wolves
This commit is contained in:
parent
df032f2d7b
commit
f307fcea43
4 changed files with 26 additions and 22 deletions
|
@ -511,4 +511,9 @@ pub fn register() -> CreateCommand {
|
|||
)
|
||||
// unlink
|
||||
.add_option(CreateCommandOption::new(CommandOptionType::SubCommand, "unlink", "Unlink your Wolves account from your Discord"))
|
||||
.add_option(
|
||||
CreateCommandOption::new(CommandOptionType::SubCommand, "link_minecraft", "Link your minecraft account")
|
||||
.add_sub_option(CreateCommandOption::new(CommandOptionType::String, "minecraft_username", "Your Minecraft username").required(true))
|
||||
.add_sub_option(CreateCommandOption::new(CommandOptionType::Boolean, "bedrock_account", "Is this a Bedrock account?").required(false)),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue