@bot.command( pass_context = True )
@commands.has_any_role( 966160872990965860, 966075529256116274, 966073485917040660 )
async def ban( ctx, member: discord.Member, *, reason = None ):
await ctx.channel.purge( limit = 1 )
await member.ban( reason = reason )
await ctx.send( f'Забанен пользователь { member.mention }' )