Skip to main content
Module

x/harmony/mod.ts>TextChannel#send

An easy to use Discord API Library for Deno.
Go to Latest
method TextChannel.prototype.send
Re-export
import { TextChannel } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Parameters

optional
content: string | AllMessageOptions

Text content of the Message to send.

optional
option: AllMessageOptions

Various other Message options.

optional
reply: Message

Reference to a Message object to reply-to.

Returns

Promise<Message>