Skip to content

Commit 8c341fb

Browse files
committed
higher delays
1 parent 475fd77 commit 8c341fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cogs/modmail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@ async def selfcontact(self, ctx):
17711771
await existing_thread.restore_from_snooze()
17721772
self.bot.threads.cache[existing_thread.id] = existing_thread
17731773
try:
1774-
await msg.delete(delay=3)
1774+
await msg.delete(delay=10)
17751775
except (discord.Forbidden, discord.NotFound):
17761776
pass
17771777
return
@@ -1882,7 +1882,7 @@ async def contact(
18821882
await thread.restore_from_snooze()
18831883
self.bot.threads.cache[thread.id] = thread
18841884
try:
1885-
await msg.delete(delay=3)
1885+
await msg.delete(delay=10)
18861886
except (discord.Forbidden, discord.NotFound):
18871887
pass
18881888
# Don't try to create a new thread - we just unsnoozed existing ones

0 commit comments

Comments
 (0)