Skip to main content
Module

x/discordeno/helpers/discovery/mod.ts

Discord API library for Deno
Go to Latest
import * as discordeno from "https://deno.land/x/discordeno@13.0.0-rc45/helpers/discovery/mod.ts";

Functions

Add a discovery subcategory to the guild. Requires the MANAGE_GUILD permission.

Modify the discovery metadata for the guild. Requires the MANAGE_GUILD permission. Returns the updated discovery metadata object on success.

Returns the discovery metadata object for the guild. Requires the MANAGE_GUILD permission.

Returns a Collection (mapped by Id of the discovery category object) of discovery category objects that can be used when editing guilds

Removes a discovery subcategory from the guild. Requires the MANAGE_GUILD permission. Returns a 204 No Content on success.