Implemented voice apis #127 and #78

This commit is contained in:
AlTech98
2021-08-30 21:12:13 +02:00
parent 0c777a86f3
commit b59cbdb081
6 changed files with 76 additions and 5 deletions
+1 -1
View File
@@ -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;