update to football
This commit is contained in:
parent
91dde65004
commit
8ec70a6a89
2
app.js
2
app.js
@ -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 :(')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user