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 :(')