aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/pagination.py2
-rw-r--r--bot/seasons/evergreen/snakes/snakes_cog.py4
2 files changed, 2 insertions, 4 deletions
diff --git a/bot/pagination.py b/bot/pagination.py
index 3916809d..89a261b5 100644
--- a/bot/pagination.py
+++ b/bot/pagination.py
@@ -20,8 +20,6 @@ log = logging.getLogger(__name__)
class EmptyPaginatorEmbed(Exception):
"""Base Exception class for an empty paginator embed."""
- pass
-
class LinePaginator(Paginator):
"""
diff --git a/bot/seasons/evergreen/snakes/snakes_cog.py b/bot/seasons/evergreen/snakes/snakes_cog.py
index 5ca4f8c0..dc5fb104 100644
--- a/bot/seasons/evergreen/snakes/snakes_cog.py
+++ b/bot/seasons/evergreen/snakes/snakes_cog.py
@@ -465,7 +465,7 @@ class Snakes:
@locked()
async def antidote_command(self, ctx: Context):
"""
- A game where you race to create an antivenom before the patient dies.
+ Antidote! Can you create the antivenom before the patient dies?
Rules: You have 4 ingredients for each antidote, you only have 10 attempts
Once you synthesize the antidote, you will be presented with 4 markers
@@ -1065,7 +1065,7 @@ class Snakes:
@snakes_group.command(name='snakify')
async def snakify_command(self, ctx: Context, *, message: str = None):
"""
- Shows the given message in snake-speak.
+ How would I talk if I were a snake?
:param ctx: context
:param message: If this is passed, it will snakify the message.