
βΉοΈAbout
And usage/installation etc.
module.exports = {
licenseKey: '', // ββ Enter your license key that you requested on our discord server! (Don't have such a key? Request access to FadedVerify! https://xb3n6e.hu/discord )
// ββ If you have problem with setup please contact with owner in discord! https://discord.gg/RXQPE9yYhm
server: {
// ββ Your host informations
domain: "localhost",
https: false,
httpPort: 8080,
},
Discord: {
token: "", // ββ Your bot's token.
botId: "", // ββ The bot's ID.
guildId: "", // ββ The server ID on where the commands will be deployed.
verifiedRole: "", // ββ Role that will be added to the user when they verify their account.
discordinvite: "", // ββ You can edit this here: assets/js/main.js (If you comment with '//' the code, you can disable.)
// ββ For users that want to have a role removed upon verification, if you want this, set remove-role to true, and set your remove role ID.
removeRole: true,
removeRoleId: "",
// ββ Set the bot's presence, for statusType see: https://discord-api-types.dev/api/discord-api-types-v10/enum/ActivityType
statusType: 3, // ββ 1 (STREAMING), 2 (LISTENING), 3 (WATCHING), 5 (COMPETING). Default is 0 (PLAYING).
statusMsg: "FadedVerify New version!", // ββ Bot status with statusType. Example: "WATCHING FadedVerify New version!"
status: "dnd", // ββ idle, dnd, online, offline
// ββ By default, rules are set to disabled, this means rules will be hidden. If you want to use the rules function, change disabled to your rules. Please ensure you use \n for each line break and do not use any symbols that could interfear with JSON.
rulesEnabled: true,
rules: "Type your rules here if rulesEnabled is enabled, ensure to use \n for new lines"
},
reCAPTCHA: { // ββ You can create here secret & public key: https://www.google.com/recaptcha/admin/create
// ββ Please use this type: Challenge (v2) - Verify requests with a challenge
// ββ "I'm not a robot" Checkbox - Validate requests with the "I'm not a robot" checkbox
secretKey: "",
publicKey: ""
}
}
Last updated