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

x/discordeno_patched/plugins/permissions/deps.ts>getUser

Discord API library for Node and Deno
Latest
function getUser
import { getUser } from "https://deno.land/x/discordeno_patched@18.0.3/plugins/permissions/deps.ts";

This function will return the raw user payload in the rare cases you need to fetch a user directly from the API.

Returns

Promise<User>