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(