mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 03:45:29 +00:00
Update UserGroup.ts
This commit is contained in:
@@ -27,13 +27,6 @@ export class UserGroup extends BaseClass {
|
||||
|
||||
@Column({ nullable: true })
|
||||
icon: string;
|
||||
|
||||
@Column({ type: "simple-json", nullable: true })
|
||||
tags?: {
|
||||
bot_id?: string;
|
||||
integration_id?: string;
|
||||
premium_subscriber?: boolean;
|
||||
};
|
||||
|
||||
@Column({ nullable: true })
|
||||
parent?: string;
|
||||
|
||||
Reference in New Issue
Block a user