26 lines
524 B
Text
Executable file
26 lines
524 B
Text
Executable file
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"
|
|
}
|