fix typo in default setting name

This commit is contained in:
Brian S. Stephan 2018-01-17 10:37:43 -06:00
parent 347f8f83bf
commit 6cef90cf7b
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ STATIC_URL = '/static/'
DISCORD_BOT_TOKEN = 'token'
DISCORD_BOX_COMMAND_PREFIX = '!'
DISCORD_BOT_COMMAND_PREFIX = '!'
DISCORD_BOT_MAX_MESSAGES = 5000
LOGGER_BASE_DIR = './logs'
WEATHER_WEATHER_UNDERGROUND_API_KEY = 'key'