
âšī¸About
And usage/installation etc.
module.exports = {
licenseKey: '', // Here you can enter your license key that you requested on our discord server! (Don't have such a key? Request access to FadedInvite! https://xb3n6e.hu/discord)
token: "", // Your bot token
welcomeChannel: "", // The channel ID of where join and leave messages should be sent
invitemanagerrank: {
roleId: "", // Who can manage the invites or reset? (Full access to FadedInvite bot!) NOT WORKING YET (Create a Invite Manager role and manage with this role)
},
colors: {
main: [0, 110, 255], // Main embeds (invites, leaderboard)
error: [255, 24, 0] // Public error messages (idk, nobody have invites or anything.)
},
botstatus: {
enabled: false, // Wether or not the bot should have a status
status: "dnd", // The status of the bot (dnd, online, idle, invisible)
activity_type: "watching", // The type of the activity (watching, listening, playing, streaming)
activity_text: "FadedDevelopment", // The activity text
activity_url: "" // The stream URL
},
inviteRewards: true, // Wether or not invite rewards should be enabled
rewards: [
{ // LEVEL 1
invitesNeeded: 5, // The amount of invites they should have
roleID: "" // The role ID for the role they should get
},
{
invitesNeeded: 10,
roleID: "" // LEVEL 2
},
{
invitesNeeded: 15,
roleID: "" // LEVEL 3
},
{
invitesNeeded: 20,
roleID: "" // LEVEL 4
},
{
invitesNeeded: 25,
roleID: "" // LEVEL 5
},
{
invitesNeeded: 30,
roleID: "" // LEVEL 6
},
{
invitesNeeded: 35,
roleID: "" // LEVEL 7
},
{
invitesNeeded: 40,
roleID: "" // LEVEL 8
},
{
invitesNeeded: 45,
roleID: "" // LEVEL 9
},
{
invitesNeeded: 50,
roleID: "" // LEVEL 10
}
],
welcomeMessage: "{member} joined the server. They were invited by **{inviter}** ({invites} invites).", // Use {inviter} for who invited the member, {member} for the member, {code} for the invite used, {mention} to mention the inviter, {ID} for the ID of the member, {inviterID} for the inviter's ID, and {invites} for the inviter's invites
leaveMessage: "{member} left the server. They were invited by **${inviter}** (${invites} invites).", // Use {inviter} for who invited the member, {member} for the member, {mention} to mention the inviter, {ID} for the ID of the member, {inviterID} for the inviter's ID, and {invites} for the inviter's invites
}
Last updated