From 25b32a32be6bed56366f6d0a1066b81cfb096b2d Mon Sep 17 00:00:00 2001 From: Elfein Landers Date: Mon, 24 Jan 2022 12:56:58 -0800 Subject: [PATCH] add alias toilet to flush --- src/commands.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands.rs b/src/commands.rs index 976e814..b9ca604 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -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 {