function startThreadWithoutMessageimport { startThreadWithoutMessage } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; startThreadWithoutMessage(bot: Bot,channelId: BigString,options: StartThreadWithoutMessage,): Promise<Channel>Creates a thread without using a message as the thread's point of origin. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel in which to create the thread. options: StartThreadWithoutMessage The parameters to use for the creation of the thread. ReturnsPromise<Channel>An instance of the created Channel | Thread.