add missing parenthesis.

This commit is contained in:
thedragonsinn
2023-10-23 12:34:58 +05:30
parent 4feed9965a
commit 9c567371e5

View File

@@ -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