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)