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

x/discordeno_patched/plugins/helpers/src/sendDirectMessage.ts

Discord API library for Node and Deno
Latest
import * as discordenoPatched from "https://deno.land/x/discordeno_patched@18.0.3/plugins/helpers/src/sendDirectMessage.ts";

Variables

Maps the <userId, channelId> for dm channels

Functions

Sends a direct message to a user. This can take two API calls. The first call is to create a dm channel. Then sending the message to that channel. Channel ids are cached as needed to prevent duplicate requests.