furry and gay added + Code fixes

This commit is contained in:
Lucas Gabriel 2024-05-31 17:40:29 -03:00
parent 419575ebf7
commit 009881efc2
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
5 changed files with 56 additions and 4 deletions

View file

@ -12,7 +12,7 @@ module.exports = function(bot, msg) {
userPremiumOutput = "You have a Telegram Premium subscription.";
} else {
userPremiumOutput = "You don't have a Telegram Premium subscription.";
}
};
const message = `Your name is: ${userName}\nYour username is: @${userHandle}\nYour ID is: ${userId}\nYou are a bot: ${isBot}\nYour language: ${userLang}\n\n${userPremiumOutput}`;