Added info !setlogchannel
This commit is contained in:
parent
b688093a76
commit
89a1216326
@ -7,7 +7,7 @@ class LogCommands(commands.Cog):
|
|||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.client = bot
|
self.client = bot
|
||||||
|
|
||||||
@commands.command()
|
@commands.command(description="Set a log channel for this server.", usage={"#channel"})
|
||||||
@commands.has_permissions(administrator = True)
|
@commands.has_permissions(administrator = True)
|
||||||
async def setlogchannel(self, ctx: nextcord.Message, channel: nextcord.TextChannel):
|
async def setlogchannel(self, ctx: nextcord.Message, channel: nextcord.TextChannel):
|
||||||
print(ctx.author, channel)
|
print(ctx.author, channel)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user