Passeport

This commit is contained in:
Maël 2018-12-02 20:26:23 -04:00
commit 4978093f46
70 changed files with 2572 additions and 912 deletions

26
config.py.example Executable file
View file

@ -0,0 +1,26 @@
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"
}