fix: make parameter clearer
This commit is contained in:
parent
bd74cdd09b
commit
bbd55202bd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub(crate) mod user {
|
|||
pub fn register(command: &mut CreateApplicationCommand) -> &mut CreateApplicationCommand {
|
||||
command.name("link_minecraft").description("Link your minecraft account").create_option(|option| {
|
||||
option
|
||||
.name("minecraft_id")
|
||||
.name("minecraft-username")
|
||||
.description("Your Minecraft username")
|
||||
.kind(CommandOptionType::String)
|
||||
.required(true)
|
||||
|
|
Loading…
Reference in a new issue