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

Commit

Permalink
Added new gRoles Part 2 (#137)
Browse files Browse the repository at this point in the history
Added Promoter,Moderator, Plot.
  • Loading branch information
Isebella authored and thedark1337 committed Sep 15, 2017
1 parent 0ac160a commit 273e39b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,10 @@ PlugAPI.ROOM_ROLE = PlugAPI.prototype.ROOM_ROLE = {
*/
PlugAPI.prototype.GLOBAL_ROLES = {
NONE: 0,
PROMOTER: 500,
PLOT: 750,
VOLUNTEER: 2000,
MODERATOR: 2500,
AMBASSADOR: 3000,
LEADER: 4000,
ADMIN: 5000
Expand Down

0 comments on commit 273e39b

Please sign in to comment.