aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-05-11 19:49:58 -0400
committerNathan Perry <np@nathanperry.dev>2024-05-11 19:49:58 -0400
commit76ef5c0651ef11b3594e8c2d71fec8b293ab9bb0 (patch)
treea1511ea6171ab568bdac0aae67e5e9084c01e2bf
parent9bed5aab1239d9902e9282965dd2cdf58cea72b0 (diff)
!thulani hist
-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);