mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-09 15:01:58 +00:00
@@ -41,7 +41,7 @@ export class Guild extends BaseClass {
|
||||
explicit_content_filter?: number;
|
||||
|
||||
@Column({ type: "simple-array" })
|
||||
features: string[];
|
||||
features: string[]; //TODO use enum
|
||||
|
||||
@Column({ nullable: true })
|
||||
icon?: string;
|
||||
|
||||
Reference in New Issue
Block a user