Unban system + changed ban command
This commit is contained in:
parent
1d6e569cae
commit
d4c236ed9d
3 changed files with 60 additions and 14 deletions
|
@ -10,9 +10,11 @@
|
|||
"botAdminOnly": "This command is exclusive to the bot's general administrators. I can't disclose who they are, nor what this command does.",
|
||||
"privateOnly": "This command should be used only on private chats, and not on groups.",
|
||||
"groupOnly": "This command should be used only on groups, and not on private chats.",
|
||||
"banInvalidId": "Please enter a valid user ID.",
|
||||
"banSuccess": "User with ID `{banId}` has been banned.",
|
||||
"invalidId": "Please enter a valid user ID.",
|
||||
"banSuccess": "User with ID `{userId}` has been banned.",
|
||||
"banErr": "Could not ban the user. Please 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. Please check if the ID is correct and if the bot has admin permissions.\n\n{tgErr}",
|
||||
"isGay": "Yes, you are *gay*!",
|
||||
"isNtGay": "Aahhh. You are not gay!",
|
||||
"isFurry": "Yes, you are a freaky *furry*!",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue