From dc0a6ce68f34cf2395982fd19a95c7af8fe24146 Mon Sep 17 00:00:00 2001 From: xenofem Date: Fri, 25 Mar 2022 18:16:53 -0400 Subject: [PATCH] much shorter deletion time --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 524dd78..0d45f4b 100644 --- a/bot.py +++ b/bot.py @@ -7,7 +7,7 @@ import discord STATE_FILE = 'state.json' CHANNEL_NAME = 'therapy-elevator' -DELETION_SECONDS = 300 +DELETION_SECONDS = 15 TYPING_DELAY = 2 SETUP_MESSAGE = 'Welcome to Nemuro Memorial Hall. Please give your name and class year for our records.'