diff --git a/README.rst b/README.rst index 8f1d7f2..4c0fa9a 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@

Dennis Nedry from Jurassic Park

-Nedry discord bot 2.2.0 +Nedry discord bot 2.3.0 ======================= (formerly "twitch_monitor_discord_bot") @@ -1085,7 +1085,7 @@ Command ``triviascores`` triviascores Shows total score (number of first correct answers) for all discord users who have - ever answered a trivia question. + ever answered a trivia question correctly. Example: diff --git a/images/set_channel.png b/images/set_channel.png index 4363f3b..3f0b580 100644 Binary files a/images/set_channel.png and b/images/set_channel.png differ diff --git a/images/set_twitchclientid.png b/images/set_twitchclientid.png index e58882f..e0c5e0c 100644 Binary files a/images/set_twitchclientid.png and b/images/set_twitchclientid.png differ diff --git a/nedry/__init__.py b/nedry/__init__.py index 811de52..f314e38 100644 --- a/nedry/__init__.py +++ b/nedry/__init__.py @@ -3,7 +3,7 @@ __author__ = "Erik Nyquist" __license__ = "Apache 2.0" -__version__ = "2.2.0" +__version__ = "2.3.0" __maintainer__ = "Erik Nyquist" __email__ = "eknyquist@gmail.com"