fix the commands name
All checks were successful
Build and Test / splatie (push) Successful in 6m10s

This commit is contained in:
red binder 2026-05-13 10:00:35 +02:00
commit c87562b36a
Notes: kittentm 2026-05-14 05:41:29 +02:00
WHY DOES NOBODY SIGN THEIR COMMITS BRO

View file

@ -11,7 +11,7 @@ pub struct MiiverseModApplicationHandler{
#[async_trait] #[async_trait]
impl EventHandler for MiiverseModApplicationHandler { impl EventHandler for MiiverseModApplicationHandler {
async fn ready(&self, ctx: Context, data_about_bot: Ready) { 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"); .description("Apply for moderator");
let cmd = Command::create_global_command(&ctx.http, command).await.expect("unable to register command"); let cmd = Command::create_global_command(&ctx.http, command).await.expect("unable to register command");