From 74bd3dfdd7c57beb2bc84b6abaabd514558cba5d Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Tue, 9 Apr 2019 02:05:07 -0400 Subject: report most popular random meme in stats --- src/commands/meme/history.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands/meme') diff --git a/src/commands/meme/history.rs b/src/commands/meme/history.rs index 3064fd5..43deee3 100644 --- a/src/commands/meme/history.rs +++ b/src/commands/meme/history.rs @@ -178,6 +178,7 @@ and the loudest day was *{}* with **{}** audio memes **{}** has invoked the most memes by name ({}) *{}* was the meme specifically requested the most ({}) +*{}* was the meme randomly invoked the most ({}) and *{}* was the most-memed overall ({})"#, stats.memes_overall, stats.audio_memes, @@ -196,6 +197,7 @@ and *{}* was the most-memed overall ({})"#, rand_user, stats.most_random_meme_user_count, direct_user, stats.most_directly_named_meme_count, stats.most_popular_named_meme, stats.most_popular_named_meme_count, + stats.most_popular_random_meme, stats.most_popular_random_meme_count, stats.most_popular_meme_overall, stats.most_popular_meme_overall_count, ); send(msg.channel_id, s, msg.tts) -- cgit v1.3.1