Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
Role Update for 9/19/17 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isebella authored and thedark1337 committed Sep 14, 2017
1 parent ac7f912 commit 0ac160a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1218,24 +1218,24 @@ PlugAPI.Utils = utils;
*/
PlugAPI.ROOM_ROLE = PlugAPI.prototype.ROOM_ROLE = {
NONE: 0,
RESIDENTDJ: 1,
BOUNCER: 2,
MANAGER: 3,
COHOST: 4,
HOST: 5
RESIDENTDJ: 1000,
BOUNCER: 2000,
MANAGER: 3000,
COHOST: 4000,
HOST: 5000
};

/**
* Global Ranks
* @type {{NONE: number, VOLUNTEER: number, AMBASSADOR: number, LEADER: number, ADMIN: number}}
* @const
*/
PlugAPI.GLOBAL_ROLES = PlugAPI.prototype.GLOBAL_ROLES = {
PlugAPI.prototype.GLOBAL_ROLES = {
NONE: 0,
VOLUNTEER: 2,
AMBASSADOR: 3,
LEADER: 4,
ADMIN: 5
VOLUNTEER: 2000,
AMBASSADOR: 3000,
LEADER: 4000,
ADMIN: 5000
};

/**
Expand Down

0 comments on commit 0ac160a

Please sign in to comment.