Beta ban system + Simple fixes on getinfo
This commit is contained in:
parent
55ecaba34b
commit
1d6e569cae
4 changed files with 69 additions and 1 deletions
|
@ -10,6 +10,9 @@
|
|||
"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.",
|
||||
"banErr": "Could not ban 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*!",
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
"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.",
|
||||
"groupOnly": "Esse comando deve ser utilizado apenas em grupos, e não em chats privados.",
|
||||
"banInvalidId": "Por favor, insira um ID de usuário válido.",
|
||||
"banSuccess": "Usuário com ID `{banId}` foi banido.",
|
||||
"banErr": "Não foi possível banir o usuário. Verifique se o ID está correto e se o bot tem permissões de administrador.\n\n`{tgErr}`",
|
||||
"isGay": "Sim, você é *gay*!",
|
||||
"isNtGay": "Aahhh. Você não é gay!",
|
||||
"isFurry": "Sim, você é um *furry* esquisito!",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue