The server role router for the Guilded REST API.
new ServerRoleRouter(rest);
The REST API manager the router belongs to.
Readonly
Award XP to a server role on Guilded.
serverRoles.awardXp('abc', 'abc', 100);
The ID of the server the role belongs to.
The ID of the role to award XP to.
The amount of XP to award.
The server role router for the Guilded REST API.
Example