From 9319e0b9987114ffef2cc2be2d00f127925ba3a8 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 11 May 2024 22:33:05 -0400 Subject: whitespace fix --- src/commands/meme/history.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/meme/history.rs b/src/commands/meme/history.rs index d2956e6..edc75cd 100644 --- a/src/commands/meme/history.rs +++ b/src/commands/meme/history.rs @@ -116,7 +116,7 @@ pub async fn wat(ctx: &Context, msg: &Message, _: Args) -> CommandResult { #[aliases("hist")] pub async fn history(ctx: &Context, msg: &Message, mut args: Args) -> CommandResult { let n = args.single_quoted::().unwrap_or(CONFIG.default_hist); - + if n > CONFIG.max_hist { debug!("user requested more than MAX_HIST ({}) items from history", CONFIG.max_hist); util::send(ctx, msg.channel_id, "YER PUSHIN ME OVER THE FUCKIN LINE", true).await?; -- cgit v1.3.1