auto clear discord.py code example
Example: discord.py clear
@bot.command()
async def clear(ctx, amount=5):
await ctx.channel.purge(limit=amount)
or
@client.command()
async def clear(ctx, amount=5):
await ctx.channel.purge(limit=amount)
@bot.command()
async def clear(ctx, amount=5):
await ctx.channel.purge(limit=amount)
or
@client.command()
async def clear(ctx, amount=5):
await ctx.channel.purge(limit=amount)