From b562d3a7be9fb47e11c3e4fa86ee8e5a142b6ff6 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 17 Aug 2024 05:16:30 -0400 Subject: stats: fix copy-paste error in random --- 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 0fe809c..236e47f 100644 --- a/src/commands/meme/history.rs +++ b/src/commands/meme/history.rs @@ -293,7 +293,7 @@ pub async fn stats(ctx: PoiseContext<'_>) -> anyhow::Result<()> { let most_random = if let Some(ref most_random) = stats.most_popular_random_meme { format!( - "*{most_random}* was specifically requested the most ({})\n", + "*{most_random}* was randomly requested the most ({})\n", stats.most_popular_random_meme_count ) } else { -- cgit v1.3.1