if commands.bot_has_guild_permissions == 'administration':
await ctx.reply('У меня не хватает права `administrator`')
@commands.bot_has_permissions(manage_messages=True)
@bot.event
async def on_command_error(ctx, error):
if isinstance(error, commands.BotMissingPermissions):
await ctx.reply(embed = discord.Embed(title=f'Ошибка',description=f'Извини, но у меня нет прав!', colour = discord.Color.red()))