From e8a94313f93f12b52c76cebf4f425206475b89c1 Mon Sep 17 00:00:00 2001 From: PureFunctor Date: Sun, 28 Jun 2020 13:51:01 +0800 Subject: Add 'cc' alias for caesarcipher --- bot/exts/evergreen/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/evergreen/fun.py') diff --git a/bot/exts/evergreen/fun.py b/bot/exts/evergreen/fun.py index f9bd8812..0abc0138 100644 --- a/bot/exts/evergreen/fun.py +++ b/bot/exts/evergreen/fun.py @@ -92,7 +92,7 @@ class Fun(Cog): converted_text = f">>> {converted_text.lstrip('> ')}" await ctx.send(content=converted_text, embed=embed) - @commands.group(name="caesarcipher", aliases=("caesar",)) + @commands.group(name="caesarcipher", aliases=("caesar", "cc",)) async def caesarcipher_group(self, ctx: Context) -> None: """ Translates a message using the Caesar Cipher. -- cgit v1.2.3