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

x/wackford/discordeno.ts>getUser

The wackiest Discord bot framework for Deno powered by Discordeno
Latest
function getUser
import { getUser } from "https://deno.land/x/wackford@v0.0.6/discordeno.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>