Skip to main content
Module

x/wackford/discordeno.ts>ActiveThreads

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
type alias ActiveThreads
Re-export
import { type ActiveThreads } from "https://deno.land/x/wackford@v0.0.2/discordeno.ts";
definition: { threads: Collection<bigint, Channel>; members: Collection<bigint, ThreadMember>; }