{ "rootDir": "Should be overwritten in index.ts", "shardOptions": { "totalShards": "auto", "respawn": true, "execArgv": [ "--enable-source-maps" ] }, "discord": { "music": { "library": "/your/music/folder", "guilds": [{ "id": "server ID", "voiceChannel": "voice channel ID", "textOutput": "text channel where to output currently playing song, can be a vc with text enabled" }] }, "prefix": "?", "developers": [ "user id here to give full access to all functionality" ], "developmentMode": false, "libraryOptions": { "commentedOut": [ "GUILD_PRESENCES", "REACTION", "MESSAGE", "USER" ], "partials": [ "Channel" ], "intents": [ "Guilds", "GuildMembers", "GuildMessages", "MessageContent", "GuildVoiceStates", "GuildWebhooks", "GuildBans", "GuildMessageReactions", "DirectMessages" ], "invalidRequestWarningInterval": 500 }, "invite": "https://discord.gg/-" }, "logger": { "customTypes": [], "customStreams": [ "debug" ], "customTypeMapping": { "debug": "debug" }, "customColours": {}, "logLevel": 0, "logLevelMapping": {}, "broadcastLevel": 4, "pruneDays": 7 } }