Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord.py clear command

@client.command()
async def clear(ctx, amount=5):
	await ctx.channel.purge(limit=ammount)
 
PREVIOUS NEXT
Tagged: #clear #command
ADD COMMENT
Topic
Name
1+9 =