We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e91c0 commit c31c024Copy full SHA for c31c024
1 file changed
core/clients.py
@@ -662,7 +662,6 @@ async def append_log(
662
channel_id: str = "",
663
type_: str = "thread_message",
664
) -> dict:
665
-
666
channel_id = str(channel_id) or str(message.channel.id)
667
message_id = str(message_id) or str(message.id)
668
0 commit comments