diff --git a/src/miiverse_mod_application.rs b/src/miiverse_mod_application.rs index 6a52a0c..77deb51 100644 --- a/src/miiverse_mod_application.rs +++ b/src/miiverse_mod_application.rs @@ -11,7 +11,7 @@ pub struct MiiverseModApplicationHandler{ #[async_trait] impl EventHandler for MiiverseModApplicationHandler { async fn ready(&self, ctx: Context, data_about_bot: Ready) { - let command = CreateCommand::new("miivserse-mod-application") + let command = CreateCommand::new("mod-application") .description("Apply for moderator"); let cmd = Command::create_global_command(&ctx.http, command).await.expect("unable to register command");