Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aether/mod.ts>TextChannel#send

A Deno library to interface with the Discord API
Latest
method TextChannel.prototype.send
import { TextChannel } from "https://deno.land/x/aether@v0.0.3/mod.ts";

A method to send a message to the text channel

Parameters

content: MessageContent | string | MessageEmbed

Content of the message

Returns

Promise<Message>

Promise