Added self-kicking method for Crew

This commit is contained in:
lucmsilva651 2024-07-31 12:01:57 -03:00
parent ac11b53619
commit 0016357513
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
3 changed files with 52 additions and 26 deletions

View file

@ -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}",

View file

@ -6,6 +6,7 @@
"varYes": "Sim",
"varNo": "Não",
"varNone": "Nenhum",
"kickingMyself": "*Já que você não precisa de mim, vou ir embora.*",
"noPermission": "Você não tem permissões para rodar esse comando.",
"botAdminOnly": "Esse comando é exclusivo a administradores gerais do bot. Não posso informar quem são, e nem o que esse comando faz.",
"privateOnly": "Esse comando deve ser utilizado apenas em chats privados, e não em grupos.",