diff options
| -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 f5a0ee1c..5ca4f8c0 100644 --- a/bot/seasons/evergreen/snakes/snakes_cog.py +++ b/bot/seasons/evergreen/snakes/snakes_cog.py @@ -1065,7 +1065,7 @@ class Snakes:      @snakes_group.command(name='snakify')      async def snakify_command(self, ctx: Context, *, message: str = None):          """ -        How would I talk if I were a snake. +        Shows the given message in snake-speak.          :param ctx: context          :param message: If this is passed, it will snakify the message. | 
