mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
Merge branch 'main' of https://github.com/tiramisulabs/seyfert
This commit is contained in:
commit
61413181bb
@ -71,7 +71,7 @@ export class Guild<State extends StructStates = 'api'> extends (BaseGuild as unk
|
|||||||
return this.members.fetch(this.ownerId, force);
|
return this.members.fetch(this.ownerId, force);
|
||||||
}
|
}
|
||||||
|
|
||||||
async listActiveThreads(force = false): Promise<ThreadChannelStructure[]> {
|
listActiveThreads(force = false): Promise<ThreadChannelStructure[]> {
|
||||||
return this.client.threads.listGuildActive(this.id, force);
|
return this.client.threads.listGuildActive(this.id, force);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user