Specific features
A non-exhaustive list about private bot instances special features
Export command
The export command exports the leaderboard as a large and complete json file. You can find an example here. Useful when you have to give automatically a reward based on invites outside your server.
[
{
"id": "DISCORD USERID",
"tag": "USERNAME#0000",
"username":"USERNAME",
"discriminator": "0000",
"rank": USERRANK (INT),
"maxRank": TOTAL LEADERBOARD RANK (INT),
"valid": AMOUNT OF VALID INVITES (INT),
"bonuses": AMOUNT OF BONUSES INVITES (INT),
"fake": AMOUNT OF INVALIDATED INVITES (INT),
"leave": AMOUNT OF INVITED WITH LEFT MEMBER (INT),
"total": valid + bonuses + fake + leave (INT)
}
]

Ranks system
With a private bot instance, the role reward feature is enabled, to use with caution.
This system has been removed from the main bot due to some abuses against discord TOS and guidelines. You MUST respect them to avoid your bot/server/account getting banned.
Last updated
Was this helpful?