Skip to main content
Module

x/discordeno/mod.ts>sendMessage

Discord API library for Deno
Latest
function sendMessage
import { sendMessage } from "https://deno.land/x/discordeno@18.0.1/mod.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.