much shorter deletion time
This commit is contained in:
parent
8c2eeeae3c
commit
dc0a6ce68f
2
bot.py
2
bot.py
|
@ -7,7 +7,7 @@ import discord
|
||||||
|
|
||||||
STATE_FILE = 'state.json'
|
STATE_FILE = 'state.json'
|
||||||
CHANNEL_NAME = 'therapy-elevator'
|
CHANNEL_NAME = 'therapy-elevator'
|
||||||
DELETION_SECONDS = 300
|
DELETION_SECONDS = 15
|
||||||
TYPING_DELAY = 2
|
TYPING_DELAY = 2
|
||||||
|
|
||||||
SETUP_MESSAGE = 'Welcome to Nemuro Memorial Hall. Please give your name and class year for our records.'
|
SETUP_MESSAGE = 'Welcome to Nemuro Memorial Hall. Please give your name and class year for our records.'
|
||||||
|
|
Loading…
Reference in a new issue