From ddb57fc761fcf343203ac5eae85fbd5440dc3c01 Mon Sep 17 00:00:00 2001
From: Karl <karl@k-world.me.uk>
Date: Sun, 6 Sep 2020 17:57:23 +0000
Subject: [PATCH] string fix

---
 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 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 :(')
             }
         })
     },