mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
[Docs] Modlog Cog Guide (#4919)
* Initial commit * Docstring changes and index * Add modlog cog guide to labeler
This commit is contained in:
@@ -45,7 +45,7 @@ class ModLog(commands.Cog):
|
||||
async def modlog(self, ctx: commands.Context, channel: discord.TextChannel = None):
|
||||
"""Set a channel as the modlog.
|
||||
|
||||
Omit `<channel>` to disable the modlog.
|
||||
Omit `[channel]` to disable the modlog.
|
||||
"""
|
||||
guild = ctx.guild
|
||||
if channel:
|
||||
|
||||
Reference in New Issue
Block a user