From 5314ae68086d9e948b7fcb62c4f82291b5254e74 Mon Sep 17 00:00:00 2001 From: AkriliksKotya Date: Sat, 29 Nov 2025 19:58:47 +0500 Subject: [PATCH] c --- c/error.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/error.py b/c/error.py index 57f6361..acc713a 100644 --- a/c/error.py +++ b/c/error.py @@ -40,10 +40,10 @@ class Error(commands.Cog): await ctx.send("I could not find that member. Please try again.") elif isinstance(error, commands.MissingPermissions): - await ctx.reply("Ээм друк у тебя нет прав на использование этой команды!!") + await ctx.reply("You don't have permissions to use this command") elif isinstance(error, commands.NotOwner): - await ctx.reply("Эта команда доступна только владельцу бота!!!") + await ctx.reply("This command is only available to the bot owner") else: print(