From 3b1a7d53641f58d8074495089d8bf4244e1ef140 Mon Sep 17 00:00:00 2001 From: Rafael Vargas Date: Sat, 8 Jan 2022 19:08:22 -0400 Subject: [PATCH] Fixing my bot prefix --- config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...'