Skip to main content
Module

x/wackford/discordeno.ts>startThreadWithoutMessage

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function startThreadWithoutMessage
import { startThreadWithoutMessage } from "https://deno.land/x/wackford@v0.0.1/discordeno.ts";

Creates a thread without using a message as the thread's point of origin.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the channel in which to create the thread.
  • The parameters to use for the creation of the thread.

Returns

Promise<Channel>

An instance of the created Channel | Thread.