summary refs log tree commit diff
path: root/util/src/entities/Guild.ts
diff options
context:
space:
mode:
authorFeatyre <twooter.0g179@simplelogin.co>2022-02-02 02:09:57 +0800
committerFeatyre <twooter.0g179@simplelogin.co>2022-02-02 02:09:57 +0800
commit9f5c451cbc8bfb714479312c0cdc7349a836505f (patch)
treea366f6aa8c20469635b3fef378b0f9c2af8eb29a /util/src/entities/Guild.ts
parentFix primarycolum being assigned to nullable = true (diff)
downloadserver-9f5c451cbc8bfb714479312c0cdc7349a836505f.tar.xz
Return none for dev portal + todo for categories
Diffstat (limited to 'util/src/entities/Guild.ts')
-rw-r--r--util/src/entities/Guild.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/src/entities/Guild.ts b/util/src/entities/Guild.ts
index 18fa7a0a..9ac148ee 100644
--- a/util/src/entities/Guild.ts
+++ b/util/src/entities/Guild.ts
@@ -270,6 +270,9 @@ export class Guild extends BaseClass {
 	@Column({ nullable: true })
 	nsfw?: boolean;
 
+	// only for developer portal
+	permissions?: number;
+
 	static async createGuild(body: {
 		name?: string;
 		icon?: string | null;