From 9c567371e52a65a7a3ed7e0decffe14a29fa7b83 Mon Sep 17 00:00:00 2001 From: thedragonsinn <98635854+thedragonsinn@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:34:58 +0530 Subject: [PATCH] add missing parenthesis. --- app/core/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/client/client.py b/app/core/client/client.py index 6f4849b..d80fc03 100644 --- a/app/core/client/client.py +++ b/app/core/client/client.py @@ -120,7 +120,7 @@ class BOT(Client): parse_mode=ParseMode.HTML, ) -> Message | Msg: if message: - return await message.copy(chat_id=Config.LOG_CHAT) + return (await message.copy(chat_id=Config.LOG_CHAT)) # fmt: skip if traceback: text = f""" #Traceback