So here\'s code:
@bot.command() @commands.has_permissions(manage_messages=True) async def clean(ctx, *, args): await ctx.channel.purge(limit=args + 1) awa