Skip to main content
Module

x/discordeno/helpers/mod.ts>getActiveThreads

Discord API library for Deno
Extremely Popular
Go to Latest
function getActiveThreads
import { getActiveThreads } from "https://deno.land/x/discordeno@13.0.0-rc45/helpers/mod.ts";

Returns all active threads in the guild, including public and private threads. Threads are ordered by their id, in descending order.

Parameters

bot: Bot
guildId: bigint