Adding timer control to Players to self disconnect after AFK

This commit is contained in:
Rafael Vargas
2022-01-06 20:53:55 -04:00
parent ba8cf34b4c
commit 32b181b2fb
3 changed files with 32 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ SECRET_MESSAGE = config('SECRET_MESSAGE')
PHRASES_API = config('PHRASES_API')
BOT_PREFIX = '!'
VC_TIMEOUT = 600
STARTUP_MESSAGE = 'Starting Vulkan...'
STARTUP_COMPLETE_MESSAGE = 'Vulkan is now operating.'