Fix duplicate command, beginning of #10

This commit is contained in:
Zeva Rose 2021-07-02 01:18:28 -06:00
parent ec99d0fb87
commit 24616d14dc

View file

@ -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(