mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
refactor: change listActiveThreads method to remove async keyword
This commit is contained in:
parent
84806f3c54
commit
95619a8a89
@ -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