From 24616d14dcd2943c61e32d57bd6c3e46d85dbd8b Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Fri, 2 Jul 2021 01:18:28 -0600 Subject: [PATCH] Fix duplicate command, beginning of #10 --- jarvis/cogs/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/cogs/settings.py b/jarvis/cogs/settings.py index 8131318..81df1f2 100644 --- a/jarvis/cogs/settings.py +++ b/jarvis/cogs/settings.py @@ -80,7 +80,7 @@ class SettingsCog(commands.Cog): ], ) @commands.has_permissions(administrator=True) - async def _modlog(self, ctx, channel: TextChannel): + async def _userlog(self, ctx, channel: TextChannel): await ctx.defer() self.update_settings("userlog", channel.id, ctx.guild.id) await ctx.send(