28 lines
704 B
JSON
28 lines
704 B
JSON
{
|
|
"TimeFormatSettings": {
|
|
"DateFormat": "%Y-%m-%d",
|
|
"TimeFormat": "%H:%M:%S",
|
|
"DateTimeFormat": "%Y-%m-%d %H:%M:%S.%f",
|
|
"DateTimeLogFormat": "%Y-%m-%d_%H-%M-%S"
|
|
},
|
|
"LoggingSettings": {
|
|
"Path": "logs/",
|
|
"Filename": "log_dev.log",
|
|
"ConsoleLogLevel": "DEBUG",
|
|
"FileLogLevel": "DEBUG"
|
|
},
|
|
"Discord": {
|
|
"Token": "OTA5ODc4NDcyNzExNzU3ODQ1.YZKsXA.BXBszIF3z3wHpoe9s3pKfO3Yd5c"
|
|
},
|
|
"Bot": {
|
|
"Prefix": "!gd",
|
|
"Servers": [
|
|
{
|
|
"Id": "910199451145076828",
|
|
"LoginMessageChannelId": "910199452915093588",
|
|
"LoginMessage": "Ich bin on the line :D\nDer Start hat {} Sekunden gedauert",
|
|
"MessageDeleteTimer": 2
|
|
}
|
|
]
|
|
}
|
|
} |