From a95cde919d5a8afa9709556d533cfdf1133677b7 Mon Sep 17 00:00:00 2001 From: wwakabobik Date: Wed, 22 Nov 2023 18:26:51 +0100 Subject: [PATCH] v0.4 --- utils/discord_watcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/discord_watcher.py b/utils/discord_watcher.py index c5985d9..f412e22 100644 --- a/utils/discord_watcher.py +++ b/utils/discord_watcher.py @@ -59,4 +59,4 @@ async def on_message(self, message): return embed.to_dict() else: self.___logger.debug('Found a message from the target user, but content is not ready yet...') - + return None