{ "moderation": { "attachments": { "webhook": { "id":"WEBHOOK ID HERE", "token":"WEBHOOKTOKEN HERE" } } }, "shard": { }, "bot": { "token":"TOKEN HERE", "prefix":"!", "owners": [ "DEVELOPER ID(S) HERE" ], "clientOptions": { }, "invite":"https://discord.gg/someinvite" }, "logger": { "webhook": { "note":"Separate from the attachment webhook", "id": "WEBHOOK ID HERE", "token":"WEBHOOK TOKEN HERE" } }, "storage":{ "mongodb": { "host":"mongodb://127.0.0.1:27017/", "database":"newgbot", "tables":[ "infractions", "guilds", "messages", "attachments", "users", "permissions", "role_cache", "webhooks" ] }, "mariadb": { "host":"127.0.0.1", "user":"USERNAME", "password":"PASSWORD", "database":"newgbot", "port":3306, "waitForConnections": true, "connectionLimit": 20, "supportBigNumbers": true, "bigNumberStrings": true, "multipleStatements": true, "charset": "utf8mb4_bin", "tables":[] } } }