Update mod.ts

This commit is contained in:
ITOH
2021-04-28 22:12:59 +02:00
parent 32cb0dfdcc
commit 37de4b3922
+6
View File
@@ -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,