import { sendMessage } from "https://deno.land/x/discordeno@17.2.0/plugins/validations/deps.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.