From 3ee69aa2b40f91df26debe97526d4fd3799d59b8 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Mon, 22 Jun 2020 12:34:07 +0100 Subject: [PATCH] remove fish --- app.js | 7 ------- 1 file changed, 7 deletions(-) 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)) {