mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-13 03:31:50 -05:00
10c43e83bd
still have to handle some errors (call not found, unable to login, etc) and display the error. also probably don't need to open a new session for every invocation. When this gets merged, remember to delete the old command in lookupcog.
19 lines
649 B
Python
19 lines
649 B
Python
##########################################################
|
|
# #
|
|
# ¡ This is a template ! #
|
|
# #
|
|
# Make sure to edit it with your preferred settings! #
|
|
# And to place it in the root of the bot's folder, #
|
|
# without the 'template_' part of the name #
|
|
# #
|
|
##########################################################
|
|
"""
|
|
API keys and tokens for the bot.
|
|
---
|
|
"""
|
|
|
|
# The Discord bot token
|
|
discord_token = ""
|
|
qrz_user = ""
|
|
qrz_pass = ""
|