import { getActiveThreads } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Gets the list of all active threads for a guild.
Returns
Promise<ActiveThreads>
An instance of ActiveThreads.
import { getActiveThreads } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Gets the list of all active threads for a guild.
An instance of ActiveThreads.