From 8ec70a6a8938e0d52c0a3ab9471f6e67a91edd31 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Tue, 23 Jun 2020 15:24:50 +0100 Subject: [PATCH] update to football --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index 2eb94df..f2ddfce 100644 --- a/app.js +++ b/app.js @@ -92,6 +92,8 @@ bot.on('message', (msg) => { // console.log(entry); bot.sendMessage(msg.chat.id, homeTeam + " VS " + awayTeam + " @ " + startTime) }); + }).then(() => { + return bot.sendMessage(msg.chat.id, 'To see what channels the football is streaming on please join @footballontv') }) } else { bot.sendMessage(msg.chat.id, 'Sadly there is no football today :(')