Fix duplicate command, beginning of #10
This commit is contained in:
parent
ec99d0fb87
commit
24616d14dc
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class SettingsCog(commands.Cog):
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@commands.has_permissions(administrator=True)
|
@commands.has_permissions(administrator=True)
|
||||||
async def _modlog(self, ctx, channel: TextChannel):
|
async def _userlog(self, ctx, channel: TextChannel):
|
||||||
await ctx.defer()
|
await ctx.defer()
|
||||||
self.update_settings("userlog", channel.id, ctx.guild.id)
|
self.update_settings("userlog", channel.id, ctx.guild.id)
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
|
|
Loading…
Add table
Reference in a new issue