From 7e5176aa3ad949fe8dc5075b0bcf189226d14e34 Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Wed, 28 Apr 2021 22:34:21 +0200 Subject: [PATCH] Update mod.ts --- src/helpers/mod.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helpers/mod.ts b/src/helpers/mod.ts index 9e952dd81..71a16d577 100644 --- a/src/helpers/mod.ts +++ b/src/helpers/mod.ts @@ -13,6 +13,7 @@ import { getPins } from "./channels/get_pins.ts"; import { isChannelSynced } from "./channels/is_channel_synced.ts"; import { startTyping } from "./channels/start_typing.ts"; import { swapChannels } from "./channels/swap_channels.ts"; +import { batchEditSlashCommandPermissions } from "./commands/batch_edit_slash_command_permissions.ts"; import { createSlashCommand } from "./commands/create_slash_command.ts"; import { deleteSlashCommand } from "./commands/delete_slash_command.ts"; import { deleteSlashResponse } from "./commands/delete_slash_response.ts"; @@ -132,6 +133,7 @@ export { avatarURL, ban, banMember, + batchEditSlashCommandPermissions, categoryChildren, channelOverwriteHasPermission, createChannel, @@ -281,7 +283,6 @@ export let helpers = { getSlashCommandPermissions, batchEditSlashCommandPermissions, editSlashCommandPermissions, - editSlashCommandPermission, sendInteractionResponse, getSlashCommand, getSlashCommands,