Skip to main content
Version: v1

lvlRole()

This function is used to automatically add roles to the user depending on their level.

  • (ALL ROLES BELOW & SAME LEVEL ARE GIVEN)

Parameters​

ParameterTypeRequiredDescription
messageMessageβœ…The message object.
userIdstringβœ…The User ID
guildIdstringβœ…The Guild ID

Returns​

  • Promise<void>

Throws​

  • new Error() - if invalid parameters are provided.

[JS] Example​

const {lvlRole} = require("simply-xp");

const userid = "770551872309166090";
const guildid = "867999056172052551";

lvlRole(message, userid, guildid)
.catch((err) => console.log(err)); // Returns the error