Skip to main content
Module

x/aether/mod.ts>Message#reply

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

Method to reply to a user

Parameters

content: MessageContent | string

Content of the message

optional
id: string = [UNSUPPORTED]

ID of a specific message

Returns

Promise<Message>

Promise