aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/evergreen/fun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/fun.py b/bot/exts/evergreen/fun.py
index 8235d072..c5f8f9c8 100644
--- a/bot/exts/evergreen/fun.py
+++ b/bot/exts/evergreen/fun.py
@@ -117,7 +117,7 @@ class Fun(Cog):
"""
Translates a message using the Caesar Cipher.
- See `decrpyt`, `encrypt`, and `info` subcommands.
+ See `decrypt`, `encrypt`, and `info` subcommands.
"""
if ctx.invoked_subcommand is None:
await ctx.invoke(self.bot.get_command("help"), "caesarcipher")