Fixing my bot prefix

This commit is contained in:
Rafael Vargas
2022-01-08 19:08:22 -04:00
parent ccad2de97c
commit 3b1a7d5364

View File

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