diff --git a/src/commands/add_minecraft.rs b/src/commands/add_minecraft.rs index 3457190..bd84f63 100644 --- a/src/commands/add_minecraft.rs +++ b/src/commands/add_minecraft.rs @@ -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)