diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-17 05:16:30 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-17 05:16:30 -0400 |
| commit | b562d3a7be9fb47e11c3e4fa86ee8e5a142b6ff6 (patch) | |
| tree | df0f7595703ab5545000291c513ee427866fcb52 /src | |
| parent | 61e94a8474fd3b05205450899bdd185447ac7c28 (diff) | |
stats: fix copy-paste error in random
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands/meme/history.rs | 2 |
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 { |
