From b7cc3454655ef63b4c12584fd194ddae75aedb33 Mon Sep 17 00:00:00 2001 From: Karl Date: Wed, 20 Jan 2021 13:43:24 +0000 Subject: [PATCH] update football text --- data/bot/lib/requests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/bot/lib/requests.js b/data/bot/lib/requests.js index 633559e..ab6419a 100644 --- a/data/bot/lib/requests.js +++ b/data/bot/lib/requests.js @@ -34,7 +34,7 @@ module.exports = { } }).then(() => { - return bot.sendMessage(msg.chat.id, 'To see what channels the football is streaming on please join @footballontv') + return bot.sendMessage(msg.chat.id, 'To see what channels the football is streaming on please type https://m.liveonsat.com/ into your browser. Or join @footballontv for a yearly membership fee.') }) } else { bot.sendMessage(msg.chat.id, 'Sadly, there is no football I care about on today :(')