refactor: use guild-wide route for fetching active threads (#6193)

Co-authored-by: SpaceEEC <24881032+SpaceEEC@users.noreply.github.com>
This commit is contained in:
ckohen
2021-07-31 04:19:41 -07:00
committed by GitHub
parent 00bae4fe6b
commit 2a07055cc0
3 changed files with 31 additions and 8 deletions

1
typings/index.d.ts vendored
View File

@@ -2303,6 +2303,7 @@ export class GuildChannelManager extends CachedManager<
): Promise<
Collection<Snowflake, TextChannel | VoiceChannel | CategoryChannel | NewsChannel | StoreChannel | StageChannel>
>;
public fetchActiveThreads(cache?: boolean): Promise<FetchedThreads>;
}
export class GuildEmojiManager extends BaseGuildEmojiManager {