This commit is contained in:
2025-11-29 19:58:47 +05:00
parent 84ae6b0cd9
commit 5314ae6808

View File

@@ -40,10 +40,10 @@ class Error(commands.Cog):
await ctx.send("I could not find that member. Please try again.") await ctx.send("I could not find that member. Please try again.")
elif isinstance(error, commands.MissingPermissions): 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): elif isinstance(error, commands.NotOwner):
await ctx.reply("Эта команда доступна только владельцу бота!!!") await ctx.reply("This command is only available to the bot owner")
else: else:
print( print(