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 aa2a1ae commit 07685dfCopy full SHA for 07685df
cogs/close_support.py
@@ -70,5 +70,5 @@ async def on_raw_reaction_add(self, payload) -> None:
70
return
71
72
logger.debug("Locking thread %d due to owner resolving it.", payload.channel_id)
73
- await thread.edit(locked=True)
+ await thread.edit(locked=True, archived=True)
74
PROM_CLOSED.inc()
0 commit comments