diff --git a/config/config.py b/config/config.py index b5352f6..e69aa64 100644 --- a/config/config.py +++ b/config/config.py @@ -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...'