Go to Latest
import * as mod from "https://dotland.deno.dev/x/discordeno@17.0.1/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.