mirror of
https://github.com/ethanrusz/echbot.git
synced 2024-11-21 11:47:46 -05:00
Format pog command
This commit is contained in:
parent
1fabf2c76f
commit
664f92e9ba
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
// Group all commands for registration
|
||||
mod api;
|
||||
pub mod ping;
|
||||
pub mod pog;
|
||||
pub mod profile;
|
||||
pub mod random;
|
||||
pub mod register;
|
||||
pub mod team;
|
||||
pub mod pog;
|
||||
|
|
|
@ -16,7 +16,7 @@ pub async fn up(ctx: Context<'_>) -> Result<(), Error> {
|
|||
.color(serenity::Colour::DARK_GREEN)
|
||||
})
|
||||
})
|
||||
.await?;
|
||||
.await?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
@ -30,6 +30,6 @@ pub async fn down(ctx: Context<'_>) -> Result<(), Error> {
|
|||
.color(serenity::Colour::RED)
|
||||
})
|
||||
})
|
||||
.await?;
|
||||
.await?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue