Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discordeno/plugins/validations/deps.ts>getUser

Discord API library for Deno
Go to Latest
function getUser
import { getUser } from "https://deno.land/x/discordeno@17.0.1/plugins/validations/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>