diff --git a/src/gismo/config/appsettings.example.json b/src/gismo/config/appsettings.example.json deleted file mode 100644 index 3f47194..0000000 --- a/src/gismo/config/appsettings.example.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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_$start_time.log", - "ConsoleLogLevel": "ERROR", - "FileLogLevel": "WARN" - }, - "Discord": { - "Token": "" - }, - "Bot": { - "Prefix": "!g", - "Servers": [ - { - "Id": "", - "MessageDeleteTimer": 2, - "BotHasNoPermissionMessage": "" - } - ] - } -} \ No newline at end of file diff --git a/src/gismo/config/appsettings.json b/src/gismo/config/appsettings.json deleted file mode 100644 index a02074c..0000000 --- a/src/gismo/config/appsettings.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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_$start_time.log", - "ConsoleLogLevel": "ERROR", - "FileLogLevel": "WARN" - } -} \ No newline at end of file diff --git a/src/gismo/config/base.json b/src/gismo/config/base.json deleted file mode 100644 index eba4860..0000000 --- a/src/gismo/config/base.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "910199451145076828": { - "WelcomeMessage": "Hello There!\nIch bin Gismo und heiße dich bei {} herzlichst willkommen!", - "WelcomeMessageForTeam": "{} hat gerade das Irrenhaus betreten.", - "GoodbyeMessage": "Schade das du uns so schnell verlässt :(", - "MaxVoiceStateHours": 24, - "XpPerMessage": 2, - "XpPerOntimeHour": 4, - "AFKChannelIds": [ - 910199452915093593, - 910199452915093594 - ], - "PurgeMessage": "Ja mein Herr, ich lösche alle Nachrichten!", - "NoPermissionsMessage": "Nein!\nIch höre nicht auf dich ¯\\_(ツ)_/¯", - "AFKCommandChannelId": 910199452915093594, - "AFKCommandChannelMissingMessage": "Zu unfähig einem Sprachkanal beizutreten?", - "AFKCommandMoveMessage": "Ich verschiebe dich ja schon... (◔_◔)" - } -} \ No newline at end of file diff --git a/src/gismo/config/boot_log.json b/src/gismo/config/boot_log.json deleted file mode 100644 index 155cf7c..0000000 --- a/src/gismo/config/boot_log.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "910199451145076828": { - "LoginMessageChannelId": "910199452915093588", - "LoginMessage": "Ich bin on the line :D\nDer Start hat {} Sekunden gedauert" - } -} \ No newline at end of file diff --git a/src/gismo/config/database.json b/src/gismo/config/database.json deleted file mode 100644 index 7a73a41..0000000 --- a/src/gismo/config/database.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file diff --git a/src/gismo/config/permission.json b/src/gismo/config/permission.json deleted file mode 100644 index dac1484..0000000 --- a/src/gismo/config/permission.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "910199451145076828": { - "AdminRoleIds": [ - 925072155203477584 - ], - "ModeratorRoleIds": [ - 925072209884635167 - ] - } -} \ No newline at end of file