mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Stop the insanity that is this inconsistent command name! (#4328)
This commit is contained in:
parent
b0250b91cc
commit
eeb5f651b2
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user