Skip to main content
Module

x/wackford/discordeno.ts>sendMessage

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

Sends a message to a channel.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the channel to send the message in.
options: CreateMessage
  • The parameters for the creation of the message.

Returns

Promise<Message>

An instance of the created Message.