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(