From fafa4dedb2b212cf58bbceec2ed468d03e0c2175 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 19 Feb 2023 21:19:41 +0100 Subject: Get DSharpPlus up and running. Signed-off-by: TheArcaneBrony --- src/util/entities/Guild.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util') diff --git a/src/util/entities/Guild.ts b/src/util/entities/Guild.ts index c835f5fc..5957896a 100644 --- a/src/util/entities/Guild.ts +++ b/src/util/entities/Guild.ts @@ -309,6 +309,8 @@ export class Guild extends BaseClass { @Column({ nullable: true }) premium_progress_bar_enabled: boolean = false; + presences: any; + static async createGuild(body: { name?: string; icon?: string | null; -- cgit 1.5.1