Role flags
This commit is contained in:
parent
3e9e8aac3b
commit
0095b65050
@ -353,6 +353,7 @@ export class Guild extends BaseClass {
|
|||||||
position: 0,
|
position: 0,
|
||||||
icon: undefined,
|
icon: undefined,
|
||||||
unicode_emoji: undefined,
|
unicode_emoji: undefined,
|
||||||
|
flags: 0, // TODO?
|
||||||
}).save();
|
}).save();
|
||||||
|
|
||||||
if (!body.channels || !body.channels.length)
|
if (!body.channels || !body.channels.length)
|
||||||
|
@ -66,4 +66,7 @@ export class Role extends BaseClass {
|
|||||||
integration_id?: string;
|
integration_id?: string;
|
||||||
premium_subscriber?: boolean;
|
premium_subscriber?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@Column()
|
||||||
|
flags: number;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user