add missing parenthesis.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user