Samuel Shuert | 40658f5 | 2023-01-19 10:38:49 -0500 | [diff] [blame^] | 1 | { |
| 2 | developmentToken: "Your development bot token (Used for testing in one server, rather than production)", |
| 3 | developmentGuildID: "Your development guild ID", |
| 4 | enableDevelopment: true, |
| 5 | token: "Your bot token", |
| 6 | managementGuildID: "Your management guild ID (Used for running management commands on the bot)", |
| 7 | owners: [], |
| 8 | commandsFolder: "Your built commands folder (usually dist/commands)", |
| 9 | eventsFolder: "Your built events folder (usually dist/events)", |
| 10 | messageContextFolder: "Your built message context folder (usually dist/context/messages)", |
| 11 | userContextFolder: "Your built user context folder (usually dist/context/users)", |
| 12 | verifySecret: |
| 13 | "If using verify, enter a code here which matches the secret sent back by your website. You can use a random code if you do not have one already. (Optional)", |
| 14 | mongoUrl: "Your Mongo connection string, e.g. mongodb://127.0.0.1:27017", |
| 15 | baseUrl: "Your website where buttons such as Verify and Role menu will link to, e.g. https://example.com/", |
| 16 | pastebinApiKey: "An API key for pastebin (optional)", |
| 17 | pastebinUsername: "Your pastebin username (optional)", |
| 18 | pastebinPassword: "Your pastebin password (optional)", |
| 19 | rapidApiKey: "Your RapidAPI key (optional), used for Unscan" |
| 20 | } |