Added info !setlogchannel

This commit is contained in:
Entarno54 2025-05-11 17:37:56 +07:00
parent b688093a76
commit 89a1216326

View File

@ -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)