Added logs to some commands on crew
This commit is contained in:
parent
e2e93ef35e
commit
aa79bf3ceb
3 changed files with 19 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
"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}`",
|
||||
"botDescChanged": "*Bot description changed to* `{botDesc}`",
|
||||
"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