aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commands/meme/history.rs2
1 files changed, 1 insertions, 1 deletions
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 {