Aller au contenu principal
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
messageMessageThe message object.
userIdstringThe User ID
guildIdstringThe 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