from discord . ext import commands
@bot.command ( name = 'clear' ) @commands.has_any_role ( 1111111111111111111 ) async def clear ( ctx , amount : int ) : if amount : await ctx . channel . purge ( limit = amount ) else : await ctx . channel . purge ( )