diff options
author | 2020-09-18 23:00:23 +0800 | |
---|---|---|
committer | 2020-09-18 23:00:23 +0800 | |
commit | 0567a6fe099465b2a36df7818113fadc8ff1c7d7 (patch) | |
tree | 14e4eb6161a7b1254c2c4138d56b3484a4e8b797 | |
parent | Refactor methods to use _get_text_and_embed (diff) |
Fix typo in casercipher help.
-rw-r--r-- | bot/exts/evergreen/fun.py | 2 |
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") |