diff options
| -rw-r--r-- | src/commands/meme/history.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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::<usize>().unwrap_or(CONFIG.default_hist); |
