mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 13:54:08 +00:00
Role flags
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user