Skip to content

Commit a1478c6

Browse files
committed
Add new custom rank
1 parent afdba07 commit a1478c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/structures/Player.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,11 @@ class Player {
286286
* * `MVP`
287287
* * `MVP+`
288288
* * `MVP++`
289+
* * `YouTube`
289290
* * `Game Master`
290291
* * `Admin`
291-
* * `YouTube`
292+
* * `PIG+++`
293+
* * `INNIT`
292294
*/
293295
/**
294296
* @typedef {Object} PlayerSocialMedia

typings/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ export type PLAYER_RANK =
1717
| 'YouTube'
1818
| 'Game Master'
1919
| 'Admin'
20-
| 'EVENTS'
21-
| 'MCP'
22-
| 'MOJANG'
23-
| 'PIG+++';
20+
| 'PIG+++'
21+
| 'INNIT';
2422
export type GAME_NAME =
2523
| 'Quake Craft'
2624
| 'Walls'

0 commit comments

Comments
 (0)