From f97b33f49b89bb7fd12a67b5d9c652071fcd0247 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sat, 6 Mar 2021 22:23:29 +0900 Subject: [PATCH] types: added bot reviewer --- types/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/index.ts b/types/index.ts index 6915559..d08d777 100644 --- a/types/index.ts +++ b/types/index.ts @@ -46,7 +46,8 @@ export enum UserFlags { general = 0 << 0, staff = 1 << 0, bughunter = 1 << 1, - premium = 1 << 2, + botreviewer = 1 << 2, + premium = 1 << 3 } export enum BotFlags {