Changed error handling on crew.js
This commit is contained in:
parent
a36e1825b9
commit
0af901a258
3 changed files with 4 additions and 4 deletions
|
@ -11,6 +11,7 @@
|
|||
"varIs": "is",
|
||||
"varWas": "was",
|
||||
"varNone": "None",
|
||||
"varErr": "Some unexpected error occurred during a bot action. Please report it to the developers.",
|
||||
"invalidOption": "Whoops! Invalid option!",
|
||||
"kickingMyself": "*Since you don't need me, I'll leave.*",
|
||||
"kickingMyselfErr": "Error leaving the chat.",
|
||||
|
@ -27,7 +28,6 @@
|
|||
"banErr": "Could not ban the user. Check if the ID is correct and if the bot has admin permissions.\n\n`{tgErr}`",
|
||||
"unBanSuccess": "User with ID `{userId}` has been unbanned.",
|
||||
"unBanErr": "Could not unban the user. Check if the ID is correct and if the bot has admin permissions.\n\n`{tgErr}`",
|
||||
"error": "An unexpected error occured. Please, report to the developers.",
|
||||
"isGay": "Yes, you are *gay*!",
|
||||
"isNtGay": "Ah, you are not gay!",
|
||||
"isFurry": "Yes, you are *furry*!",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue