fix the commands name
All checks were successful
Build and Test / splatie (push) Successful in 6m10s
All checks were successful
Build and Test / splatie (push) Successful in 6m10s
This commit is contained in:
parent
fd2b3a852f
commit
c87562b36a
Notes:
kittentm
2026-05-14 05:41:29 +02:00
WHY DOES NOBODY SIGN THEIR COMMITS BRO
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue