mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
Update mod.ts
This commit is contained in:
@@ -120,6 +120,8 @@ import { editDiscovery } from "./discovery/edit_discovery.ts";
|
|||||||
import { getDiscoveryCategories } from "./discovery/get_discovery_categories.ts";
|
import { getDiscoveryCategories } from "./discovery/get_discovery_categories.ts";
|
||||||
import { removeDiscoverySubcategory } from "./discovery/remove_discovery_subcategory.ts";
|
import { removeDiscoverySubcategory } from "./discovery/remove_discovery_subcategory.ts";
|
||||||
import { validDiscoveryTerm } from "./discovery/valid_discovery_term.ts";
|
import { validDiscoveryTerm } from "./discovery/valid_discovery_term.ts";
|
||||||
|
import { getSlashCommandPermission } from "./commands/get_slash_command_permission.ts";
|
||||||
|
import { getSlashCommandPermissions } from "./commands/get_slash_command_permissions.ts";
|
||||||
|
|
||||||
export {
|
export {
|
||||||
addDiscoverySubcategory,
|
addDiscoverySubcategory,
|
||||||
@@ -206,6 +208,8 @@ export {
|
|||||||
getReactions,
|
getReactions,
|
||||||
getRoles,
|
getRoles,
|
||||||
getSlashCommand,
|
getSlashCommand,
|
||||||
|
getSlashCommandPermission,
|
||||||
|
getSlashCommandPermissions,
|
||||||
getSlashCommands,
|
getSlashCommands,
|
||||||
getTemplate,
|
getTemplate,
|
||||||
getUser,
|
getUser,
|
||||||
@@ -272,6 +276,8 @@ export let helpers = {
|
|||||||
deleteSlashCommand,
|
deleteSlashCommand,
|
||||||
deleteSlashResponse,
|
deleteSlashResponse,
|
||||||
editSlashResponse,
|
editSlashResponse,
|
||||||
|
getSlashCommandPermission,
|
||||||
|
getSlashCommandPermissions,
|
||||||
sendInteractionResponse,
|
sendInteractionResponse,
|
||||||
getSlashCommand,
|
getSlashCommand,
|
||||||
getSlashCommands,
|
getSlashCommands,
|
||||||
|
|||||||
Reference in New Issue
Block a user