types: holding missing flag

This commit is contained in:
wonderlandpark 2021-07-02 22:50:37 +09:00
parent 5065885538
commit e750b82ab0

View File

@ -60,6 +60,7 @@ export enum UserFlags {
export enum BotFlags { export enum BotFlags {
general = 0 << 0, general = 0 << 0,
official = 1 << 0, official = 1 << 0,
holding = 1 << 1,
trusted = 1 << 2, trusted = 1 << 2,
partnered = 1 << 3, partnered = 1 << 3,
verified = 1 << 4, verified = 1 << 4,