Fixing my bot prefix

This commit is contained in:
Rafael Vargas 2022-01-08 19:16:35 -04:00
parent 37acd1a61b
commit bbddcb555b

View File

@ -9,7 +9,7 @@ SPOTIFY_SECRET = config('SPOTIFY_SECRET')
SECRET_MESSAGE = config('SECRET_MESSAGE')
PHRASES_API = config('PHRASES_API')
BOT_PREFIX = '$'
BOT_PREFIX = '!'
VC_TIMEOUT = 600
STARTUP_MESSAGE = 'Starting Vulkan...'