Merge pull request 'add alias toilet to flush' (#3) from flush-alias into daddy

Reviewed-on: https://git.ablecorp.us:443/elfein/mpsc_bot/pulls/3
daddy
elfein 2022-01-24 21:04:13 +00:00
commit 42c2fdeaf9
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ async fn clean(ctx: &Context, msg: &Message) -> CommandResult {
#[command]
#[only_in(guilds)]
#[owners_only]
#[aliases("toilet")]
#[usage("flush")]
/// Deletes all messages sent by this bot.
async fn flush(ctx: &Context, msg: &Message) -> CommandResult {