Added self-kicking method for Crew
This commit is contained in:
parent
ac11b53619
commit
0016357513
3 changed files with 52 additions and 26 deletions
|
@ -6,12 +6,15 @@
|
|||
"varYes": "Yes",
|
||||
"varNo": "No",
|
||||
"varNone": "None",
|
||||
"kickingMyself": "*Since you don't need me, I'll get out of here.*",
|
||||
"noPermission": "You don't have permissions to run this command.",
|
||||
"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.",
|
||||
"botNameChanged": "*Bot name changed to* `{botName}`",
|
||||
"botNameErr": "*Error when changing bot name:*\n\n{tgErr}",
|
||||
"botDescChanged": "*Bot description changed to* `{botDesc}`",
|
||||
"botDescErr": "*Error when changing bot description:*\n\n{tgErr}",
|
||||
"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}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue