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

x/aether/mod.ts>TextChannel#getMessage

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

A method to get a specific message from the channel

Parameters

id: string

ID of the message

Returns

Promise<Message>

Promise