From 76ef5c0651ef11b3594e8c2d71fec8b293ab9bb0 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 11 May 2024 19:49:58 -0400 Subject: !thulani hist --- src/commands/meme/history.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/meme/history.rs b/src/commands/meme/history.rs index fc95e2d..d2956e6 100644 --- a/src/commands/meme/history.rs +++ b/src/commands/meme/history.rs @@ -113,6 +113,7 @@ pub async fn wat(ctx: &Context, msg: &Message, _: Args) -> CommandResult { } #[command] +#[aliases("hist")] pub async fn history(ctx: &Context, msg: &Message, mut args: Args) -> CommandResult { let n = args.single_quoted::().unwrap_or(CONFIG.default_hist); -- cgit v1.3.1