string fix

This commit is contained in:
Karl 2020-09-06 17:57:23 +00:00
parent a3bde039e3
commit ddb57fc761

View File

@ -37,7 +37,7 @@ module.exports = {
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 join @footballontv')
}) })
} else { } 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 :(')
} }
}) })
}, },