Skip to main content
Module

x/discordeno/plugins/mod.ts>sendDirectMessage

Discord API library for Deno
Latest
function sendDirectMessage
Re-export
import { sendDirectMessage } from "https://deno.land/x/discordeno@18.0.1/plugins/mod.ts";

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.

Parameters

bot: Bot
userId: BigString
content: string | CreateMessage