From 0c4b941da349166b77ccbd52cb79896fedd572f0 Mon Sep 17 00:00:00 2001 From: insert Date: Fri, 20 Dec 2024 18:36:41 -0500 Subject: [PATCH] Update --- threadsummary.py | 1 + 1 file changed, 1 insertion(+) diff --git a/threadsummary.py b/threadsummary.py index a4e103f..9461974 100644 --- a/threadsummary.py +++ b/threadsummary.py @@ -46,6 +46,7 @@ class threadsummary(commands.Cog): @commands.Cog.listener('on_thread_create') async def threadupdatehandler(self, thread: nextcord.Thread): pins = await thread.parent.pins() + print(pins, file=sys.stderr) for t in pins: if t.author.id == self.bot.application_id and t.content.split("\n")[0] == f"Active threads in {thread.parent.jump_url}": message = f"Active threads in {thread.parent.jump_url}\n"