diff --git a/src/structures/Guild.ts b/src/structures/Guild.ts index 0f465e0..febe732 100644 --- a/src/structures/Guild.ts +++ b/src/structures/Guild.ts @@ -71,7 +71,7 @@ export class Guild extends (BaseGuild as unk return this.members.fetch(this.ownerId, force); } - async listActiveThreads(force = false): Promise { + listActiveThreads(force = false): Promise { return this.client.threads.listGuildActive(this.id, force); }