diff --git a/src/gismo/appsettings.development.json b/src/gismo/appsettings.development.json index f9e5f91..7b125c1 100644 --- a/src/gismo/appsettings.development.json +++ b/src/gismo/appsettings.development.json @@ -5,27 +5,18 @@ "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": "!dev-g", + "Prefix": "!gd", "Servers": [ - { - "Id": "511824600884051979", - "LoginMessageChannelId": "521260270757347328", - "LoginMessage": "Ich bin on the line :D\nDer Start hat {} Sekunden gedauert", - "MessageDeleteTimer": 2 - }, { "Id": "910199451145076828", "LoginMessageChannelId": "910199452915093588", @@ -34,4 +25,4 @@ } ] } -} +} \ No newline at end of file diff --git a/src/gismo/appsettings.edrafts-lapi.json b/src/gismo/appsettings.edrafts-lapi.json index a8919a4..1a0300b 100644 --- a/src/gismo/appsettings.edrafts-lapi.json +++ b/src/gismo/appsettings.edrafts-lapi.json @@ -1,5 +1,22 @@ { + "LoggingSettings": { + "Path": "logs/", + "Filename": "log_dev.log", + "ConsoleLogLevel": "TRACE", + "FileLogLevel": "TRACE" + }, "Discord": { "Token": "OTExNTc0NDQyMzMxNzM0MDI2.YZjX2w.9yhsrTfrmkoDUqRJVzV5FVEwF3U" + }, + "Bot": { + "Prefix": "!gde", + "Servers": [ + { + "Id": "910199451145076828", + "LoginMessageChannelId": "910199452915093588", + "LoginMessage": "Ich bin on the line :D\nDer Start hat {} Sekunden gedauert", + "MessageDeleteTimer": 2 + } + ] } -} +} \ No newline at end of file diff --git a/src/gismo/appsettings.edrafts-pc.json b/src/gismo/appsettings.edrafts-pc.json index a8919a4..1a0300b 100644 --- a/src/gismo/appsettings.edrafts-pc.json +++ b/src/gismo/appsettings.edrafts-pc.json @@ -1,5 +1,22 @@ { + "LoggingSettings": { + "Path": "logs/", + "Filename": "log_dev.log", + "ConsoleLogLevel": "TRACE", + "FileLogLevel": "TRACE" + }, "Discord": { "Token": "OTExNTc0NDQyMzMxNzM0MDI2.YZjX2w.9yhsrTfrmkoDUqRJVzV5FVEwF3U" + }, + "Bot": { + "Prefix": "!gde", + "Servers": [ + { + "Id": "910199451145076828", + "LoginMessageChannelId": "910199452915093588", + "LoginMessage": "Ich bin on the line :D\nDer Start hat {} Sekunden gedauert", + "MessageDeleteTimer": 2 + } + ] } -} +} \ No newline at end of file diff --git a/src/gismo/appsettings.production.json b/src/gismo/appsettings.production.json index c31e974..8ddbe25 100644 --- a/src/gismo/appsettings.production.json +++ b/src/gismo/appsettings.production.json @@ -5,19 +5,24 @@ "DateTimeFormat": "%Y-%m-%d %H:%M:%S.%f", "DateTimeLogFormat": "%Y-%m-%d_%H-%M-%S" }, - "LoggingSettings": { "Path": "logs/", "Filename": "log_$start_time.log", "ConsoleLogLevel": "ERROR", "FileLogLevel": "WARN" }, - "Discord": { "Token": "OTA5ODc3NDg3MjEzODk5ODQ3.YZKrcQ.qwfDWBFdkOzxZZT10jUWG5fY2RA" }, - "Bot": { - "Prefix": "!g" + "Prefix": "!g", + "Servers": [ + { + "Id": "511824600884051979", + "LoginMessageChannelId": "521260270757347328", + "LoginMessage": "Ich bin on the line :D\nDer Start hat {} Sekunden gedauert", + "MessageDeleteTimer": 2 + } + ] } -} +} \ No newline at end of file diff --git a/src/gismo/appsettings.staging.json b/src/gismo/appsettings.staging.json index e9ecafe..31aaa85 100644 --- a/src/gismo/appsettings.staging.json +++ b/src/gismo/appsettings.staging.json @@ -5,15 +5,24 @@ "DateTimeFormat": "%Y-%m-%d %H:%M:%S.%f", "DateTimeLogFormat": "%Y-%m-%d_%H-%M-%S" }, - "LoggingSettings": { "Path": "logs/", "Filename": "log_staging_$start_time.log", "ConsoleLogLevel": "DEBUG", "FileLogLevel": "DEBUG" }, - "Discord": { "Token": "OTEwMjAxNjA1NDkwNjEwMjA3.YZPZTQ.kvMUuDUH_-qsllgkch8LYmXcKlo" + }, + "Bot": { + "Prefix": "!gt", + "Servers": [ + { + "Id": "511824600884051979", + "LoginMessageChannelId": "521260270757347328", + "LoginMessage": "Ich bin on the line :D\nDer Start hat {} Sekunden gedauert", + "MessageDeleteTimer": 2 + } + ] } -} +} \ No newline at end of file