aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2020-05-15 19:33:24 +0200
committerGravatar Numerlor <[email protected]>2020-05-15 19:33:24 +0200
commitd2c538e23c20c5c4b22d7b2eb2bcf03067593374 (patch)
tree45a9cd174b0a5d57b4a9bf8e39dca0080b742865
parentRemove @Admins ping from the #verification message (diff)
Increase snekbox re eval timeout.
-rw-r--r--bot/cogs/snekbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/snekbox.py b/bot/cogs/snekbox.py
index 8d4688114..611e80f61 100644
--- a/bot/cogs/snekbox.py
+++ b/bot/cogs/snekbox.py
@@ -227,7 +227,7 @@ class Snekbox(Cog):
_, new_message = await self.bot.wait_for(
'message_edit',
check=_predicate_eval_message_edit,
- timeout=10
+ timeout=30
)
await ctx.message.add_reaction(REEVAL_EMOJI)
await self.bot.wait_for(