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

x/aether/mod.ts>TextChannel#deleteMessage

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

Method to delete a specific message in the channel

Parameters

id: string

ID of the message

Returns

Promise<void>

Promise