diff --git a/delojza.py b/delojza.py index 5acbe8d..c2a1c87 100755 --- a/delojza.py +++ b/delojza.py @@ -460,6 +460,8 @@ class DelojzaBot: return ytdl_res or raw_res def tg_handle(self, bot, update): + self.logger.debug(f"Received from: {update.message.from_user} ({update.message.chat.id}): " + + update.message.text) hashtags = self._get_hashtags(update.message) if hashtags: url_res = self.handle_urls(update.message, self._get_hashtags(update.message))