tuxbot-bot/config.py

27 lines
524 B
Python
Raw Normal View History

2018-11-18 02:05:22 +00:00
token = "INSERT_TOKEN_HERE"
client_id = "INSERT_CLIENT_ID_HERE"
log_channel_id = "INSERT_LOG_CHANNEL_HERE"
main_server_id = "INSERT_MAIN_CHANNEL_ID_HERE"
game = "PLAYING_GAME_HERE"
prefix = ["."]
description = """
Je suis TuxBot, le bot qui vit de l'OpenSource ! ;)
"""
mysql = {
"host": "localhost",
"username": "msqlusername",
"password": "msqlpasswd",
"dbname": "mysqldb"
}
authorized_id = ['admin ids here']
## Passport settings
fonts = {
"normal": "NotoSansCJK-Regular.ttc",
"bold": "NotoSansCJK-Bold.ttc"
}