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 475fd77 commit 8c341fbCopy full SHA for 8c341fb
cogs/modmail.py
@@ -1771,7 +1771,7 @@ async def selfcontact(self, ctx):
1771
await existing_thread.restore_from_snooze()
1772
self.bot.threads.cache[existing_thread.id] = existing_thread
1773
try:
1774
- await msg.delete(delay=3)
+ await msg.delete(delay=10)
1775
except (discord.Forbidden, discord.NotFound):
1776
pass
1777
return
@@ -1882,7 +1882,7 @@ async def contact(
1882
await thread.restore_from_snooze()
1883
self.bot.threads.cache[thread.id] = thread
1884
1885
1886
1887
1888
# Don't try to create a new thread - we just unsnoozed existing ones
0 commit comments