diff --git a/data/bot/lib/requests.js b/data/bot/lib/requests.js index 45bdb71..a0ed39d 100644 --- a/data/bot/lib/requests.js +++ b/data/bot/lib/requests.js @@ -37,7 +37,7 @@ module.exports = { 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 :(') + bot.sendMessage(msg.chat.id, 'Sadly I don\'t think there is any football today :(') } }) },