From eeb5f651b2d98a012462dd7fc9e3bccddb87ec65 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Tue, 25 Aug 2020 13:18:50 +0200 Subject: [PATCH] Stop the insanity that is this inconsistent command name! (#4328) --- redbot/cogs/modlog/modlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/modlog/modlog.py b/redbot/cogs/modlog/modlog.py index 4a375aafc..aa406c819 100644 --- a/redbot/cogs/modlog/modlog.py +++ b/redbot/cogs/modlog/modlog.py @@ -38,7 +38,7 @@ class ModLog(commands.Cog): await modlog.handle_auditype_key() await ctx.tick() - @modlogset.command() + @modlogset.command(aliases=["channel"]) @commands.guild_only() async def modlog(self, ctx: commands.Context, channel: discord.TextChannel = None): """Set a channel as the modlog.