aboutsummaryrefslogtreecommitdiff
path: root/src/commands/meme/history.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/meme/history.rs')
-rw-r--r--src/commands/meme/history.rs1
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);