From 89a1216326ef03dd43dd7a213143c8241012fe25 Mon Sep 17 00:00:00 2001 From: Entarno54 Date: Sun, 11 May 2025 17:37:56 +0700 Subject: [PATCH] Added info !setlogchannel --- commands/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/log.py b/commands/log.py index afaafb9..0e6333f 100644 --- a/commands/log.py +++ b/commands/log.py @@ -7,7 +7,7 @@ class LogCommands(commands.Cog): def __init__(self, bot): self.client = bot - @commands.command() + @commands.command(description="Set a log channel for this server.", usage={"#channel"}) @commands.has_permissions(administrator = True) async def setlogchannel(self, ctx: nextcord.Message, channel: nextcord.TextChannel): print(ctx.author, channel)