update to football

This commit is contained in:
karl.hudgell 2020-06-23 15:24:50 +01:00
parent 91dde65004
commit 8ec70a6a89

2
app.js
View File

@ -92,6 +92,8 @@ bot.on('message', (msg) => {
// console.log(entry); // console.log(entry);
bot.sendMessage(msg.chat.id, homeTeam + " VS " + awayTeam + " @ " + startTime) 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 { } else {
bot.sendMessage(msg.chat.id, 'Sadly there is no football today :(') bot.sendMessage(msg.chat.id, 'Sadly there is no football today :(')