Skip to main content
Latest
function getDmChannel
import { getDmChannel } from "https://deno.land/x/discordeno@18.0.1/packages/embeds/deps.ts";

Gets or creates a DM channel with a user.

Parameters

bot: Bot
  • The bot instance to use to make the request.
userId: BigString
  • The ID of the user to create the DM channel with.

Returns

Promise<Channel>

An instance of Channel.