mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 04:32:35 +01:00
Role flags
This commit is contained in:
parent
3e9e8aac3b
commit
0095b65050
@ -353,6 +353,7 @@ export class Guild extends BaseClass {
|
||||
position: 0,
|
||||
icon: undefined,
|
||||
unicode_emoji: undefined,
|
||||
flags: 0, // TODO?
|
||||
}).save();
|
||||
|
||||
if (!body.channels || !body.channels.length)
|
||||
|
@ -66,4 +66,7 @@ export class Role extends BaseClass {
|
||||
integration_id?: string;
|
||||
premium_subscriber?: boolean;
|
||||
};
|
||||
|
||||
@Column()
|
||||
flags: number;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user