We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdba07 commit a1478c6Copy full SHA for a1478c6
src/structures/Player.js
@@ -286,9 +286,11 @@ class Player {
286
* * `MVP`
287
* * `MVP+`
288
* * `MVP++`
289
+ * * `YouTube`
290
* * `Game Master`
291
* * `Admin`
- * * `YouTube`
292
+ * * `PIG+++`
293
+ * * `INNIT`
294
*/
295
/**
296
* @typedef {Object} PlayerSocialMedia
typings/index.d.ts
@@ -17,10 +17,8 @@ export type PLAYER_RANK =
17
| 'YouTube'
18
| 'Game Master'
19
| 'Admin'
20
- | 'EVENTS'
21
- | 'MCP'
22
- | 'MOJANG'
23
- | 'PIG+++';
+ | 'PIG+++'
+ | 'INNIT';
24
export type GAME_NAME =
25
| 'Quake Craft'
26
| 'Walls'
0 commit comments