c
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user