Skip to main content
Module

x/discordeno/mod.ts>getDmChannel

Discord API library for Deno
Latest
function getDmChannel
import { getDmChannel } from "https://deno.land/x/discordeno@18.0.1/mod.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.