Answers for "how to clear chat discord.py rewrite"

3

discord.py clear command

@client.command()
async def clear(ctx, amount=5):
	await ctx.channel.purge(limit=ammount)
Posted by: Guest on November-30-2020

Code answers related to "how to clear chat discord.py rewrite"

Python Answers by Framework

Browse Popular Code Answers by Language