diff --git a/application/config.json.template b/application/config.json.template new file mode 100644 index 0000000000..363599f186 --- /dev/null +++ b/application/config.json.template @@ -0,0 +1,19 @@ +{ + "token": "", + "databasePath": "local-database.db", + "projectWebsite": "https://github.com/Together-Java/TJ-Bot", + "discordGuildInvite": "https://discord.com/invite/XXFUXzK", + "modAuditLogChannelPattern": "mod_audit_log", + "mutedRolePattern": "Muted", + "heavyModerationRolePattern": "Moderator", + "softModerationRolePattern": "Moderator|Staff Assistant", + "tagManageRolePattern": "Moderator|Staff Assistant|Top Helpers .+", + "freeCommand": [ + { + "statusChannel": , + "monitoredChannels": [ + + ] + } + ] +} \ No newline at end of file