diff --git a/app.js b/app.js index 515c288..a1ad3c2 100644 --- a/app.js +++ b/app.js @@ -55,13 +55,6 @@ bot.on('message', (msg) => { bot.sendMessage(msg.chat.id, "Fuck off yourself " + msg.from.first_name + "!"); } - const fish = "fish"; - const userMention = "[" + msg.from.first_name + "](tg://user?id=" + msg.from.id + ")" - - if (msg.text.toString().toLowerCase().includes(fish)) { - bot.sendMessage(msg.chat.id, userMention, { parse_mode: "Markdown" }); - } - const whatSubShouldIBuy = "what sub should i buy?" const subs = ["VIP!", "Premium Plus!", "Old Premium!", "Gold!", "Bronze!", "New Premium!", "KDB!", "Technoid!", "Bluemoon!", "SOL!", "Gambler!", "All of em!"] if (msg.text.toString().toLowerCase().includes(whatSubShouldIBuy)) {