Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#getEntitlements

An easy to use Discord API Library for Deno.
Latest
method RESTEndpoints.prototype.getEntitlements
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.1/mod.ts";

Gets entitlements for a given user. You can use this on your game backend to check entitlements of an arbitrary user, or perhaps in an administrative panel for your support team.

Parameters

applicationId: string

Returns

Promise<unknown>