mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
types: added bot reviewer
This commit is contained in:
parent
c352e7428b
commit
f97b33f49b
@ -46,7 +46,8 @@ export enum UserFlags {
|
|||||||
general = 0 << 0,
|
general = 0 << 0,
|
||||||
staff = 1 << 0,
|
staff = 1 << 0,
|
||||||
bughunter = 1 << 1,
|
bughunter = 1 << 1,
|
||||||
premium = 1 << 2,
|
botreviewer = 1 << 2,
|
||||||
|
premium = 1 << 3
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum BotFlags {
|
export enum BotFlags {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user