Skip to content

Commit

Permalink
Fixing my bot prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelSolVargas committed Jan 8, 2022
1 parent 37acd1a commit bbddcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
SECRET_MESSAGE = config('SECRET_MESSAGE')
PHRASES_API = config('PHRASES_API')

BOT_PREFIX = '$'
BOT_PREFIX = '!'
VC_TIMEOUT = 600

STARTUP_MESSAGE = 'Starting Vulkan...'
Expand Down

0 comments on commit bbddcb5

Please sign in to comment.