mirror of
https://github.com/miaowware/qrm2.git
synced 2024-10-31 14:27:11 -04:00
846509549c
From 0x5c/quick-bot-no-pain
20 lines
708 B
Python
20 lines
708 B
Python
##########################################################
|
|
# #
|
|
# ¡ This is a template ! #
|
|
# #
|
|
# Make sure to edit it with your preferred settings! #
|
|
# And to place it in the /data #
|
|
# subdirectory of the bot, #
|
|
# without the 'template_' part of the name #
|
|
# #
|
|
##########################################################
|
|
"""
|
|
API keys and tokens for the bot.
|
|
---
|
|
"""
|
|
|
|
# The Discord bot token
|
|
discord_token = ""
|
|
qrz_user = ""
|
|
qrz_pass = ""
|