diff options
author | 2019-03-19 12:49:13 -0700 | |
---|---|---|
committer | 2019-03-19 12:49:13 -0700 | |
commit | 174bb756af7287c882f182531b07b0ff1b1b7ad8 (patch) | |
tree | 3b24a10d95a8da0f5d4eaa81135e48bb96969516 | |
parent | Fix docstring typo (diff) |
Update bot/seasons/evergreen/snakes/snakes_cog.py
Co-Authored-By: sco1 <[email protected]>
-rw-r--r-- | bot/seasons/evergreen/snakes/snakes_cog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/snakes/snakes_cog.py b/bot/seasons/evergreen/snakes/snakes_cog.py index 8835e9eb..f5a0ee1c 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): """ - Antidote - Can you create the antivenom before the patient dies. + A game where you race to create an 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 |