âšī¸About
And usage/installation etc.
About FadedInvite
Special bot to anything discord server where the inviters got any reward by invite they friends. FadedInvite a good invitemanager bot in the market. Good cost, nice support, and clean code!
How to use/install it?
Step Download the rar (winrar) file from dashboard ( https://xb3n6e.hu/licenses )
Step Move the downloaded rar file to your desktop or upload to your host
Step Configure your FadedInvite bot according to your taste. Before start it please get your license key if you don't have. If you have go to dashboard and check it: https://xb3n6e.hu/licenses
Step Start your bot with
node .
or start in your host.
If you have any problem or question of FadedVerify please create a ticket in our Discord server!
Configuration
licenseKey: '', // Here you can enter your license key that you requested on our discord server!
token: "", // Your bot token
welcomeChannel: "", // The channel ID of where join and leave messages should be sent
welcomeMessage: "{member} joined the server. They were invited by **{inviter}** ({invites} invites).",
// PLACEHOLDERS: 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).",
// PLACEHOLDERS: 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
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