feat: improve furry and gay commands by sending the percentage (#33)

This commit is contained in:
Giovani Finazzi 2025-02-15 16:58:35 -03:00 committed by GitHub
parent 5b78e542de
commit ad7feeee9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 16 deletions

View file

@ -25,10 +25,8 @@
"botNameErr": "*Error changing bot name:*\n`{tgErr}`",
"botDescChanged": "*Bot description changed to* `{botDesc}`.",
"botDescErr": "*Error changing bot description:*\n`{tgErr}`",
"isGay": "Yes, you are *gay*!",
"isNtGay": "Ah, you are not gay!",
"isFurry": "Yes, you are *furry*!",
"isNtFurry": "Ah, you are not a furry!",
"gayAmount": "You are *{randomNum}%* gay!",
"furryAmount": "You are *{randomNum}%* furry!",
"randomNum": "*Generated number (0-10):* `{number}`.",
"userInfo": "*User info*\n\n*Name:* `{userName}`\n*Username:* `{userHandle}`\n*User ID:* `{userId}`\n*Language:* `{userLang}`\n*Premium user:* `{userPremium}`",
"chatInfo": "*Chat info*\n\n*Name:* `{chatName}`\n*Chat ID:* `{chatId}`\n*Handle:* `{chatHandle}`\n*Type:* `{chatType}`\n*Members:* `{chatMembersCount}`\n*Is a forum:* `{isForum}`",