Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aether/src/structures/Message.ts>default#reply

A Deno library to interface with the Discord API
Latest
method default.prototype.reply
import { default } from "https://deno.land/x/aether@v0.0.3/src/structures/Message.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