2019-10-03 22:17:36 -04:00
|
|
|
##########################################################
|
|
|
|
# #
|
|
|
|
# ¡ This is a template ! #
|
|
|
|
# #
|
|
|
|
# Make sure to edit it with your preferred settings! #
|
2019-11-25 05:43:20 -05:00
|
|
|
# And to place it in the /data #
|
|
|
|
# subdirectory of the bot, #
|
2019-10-03 22:17:36 -04:00
|
|
|
# without the 'template_' part of the name #
|
|
|
|
# #
|
|
|
|
##########################################################
|
2019-10-04 11:39:12 -04:00
|
|
|
"""
|
|
|
|
API keys and tokens for the bot.
|
|
|
|
---
|
|
|
|
"""
|
2019-10-03 22:17:36 -04:00
|
|
|
|
2019-10-07 12:17:52 -04:00
|
|
|
# The Discord bot token
|
2019-10-03 22:17:36 -04:00
|
|
|
discord_token = ""
|
2019-10-15 17:37:13 -04:00
|
|
|
qrz_user = ""
|
|
|
|
qrz_pass = ""
|