From f3854ded5b2c3ab0381de58ade80243a48ac310a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 27 Feb 2021 11:08:00 +0100 Subject: [PATCH] List reason in response --- LogBot/logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogBot/logbot.py b/LogBot/logbot.py index d1ba95f..833f22a 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -188,7 +188,7 @@ logbot @uptime: To check how long @logbot has been around media_type = media_type.replace("images", "image") # linguistic hack! reply = f"Thanks for that { media_type }!" else: - reply = "Sorry, can't process that :(" + reply = "Sorry, can't process that :( (unknown media type?)" elif "@add" in message.text: add_to_db(self, message)