import { getActiveThreads } from "https://deno.land/x/discordeno@18.0.1/helpers/mod.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@18.0.1/helpers/mod.ts";
Gets the list of all active threads for a guild.
An instance of ActiveThreads.