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:
+2
-1
@@ -13,6 +13,7 @@ import { getPins } from "./channels/get_pins.ts";
|
|||||||
import { isChannelSynced } from "./channels/is_channel_synced.ts";
|
import { isChannelSynced } from "./channels/is_channel_synced.ts";
|
||||||
import { startTyping } from "./channels/start_typing.ts";
|
import { startTyping } from "./channels/start_typing.ts";
|
||||||
import { swapChannels } from "./channels/swap_channels.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 { createSlashCommand } from "./commands/create_slash_command.ts";
|
||||||
import { deleteSlashCommand } from "./commands/delete_slash_command.ts";
|
import { deleteSlashCommand } from "./commands/delete_slash_command.ts";
|
||||||
import { deleteSlashResponse } from "./commands/delete_slash_response.ts";
|
import { deleteSlashResponse } from "./commands/delete_slash_response.ts";
|
||||||
@@ -132,6 +133,7 @@ export {
|
|||||||
avatarURL,
|
avatarURL,
|
||||||
ban,
|
ban,
|
||||||
banMember,
|
banMember,
|
||||||
|
batchEditSlashCommandPermissions,
|
||||||
categoryChildren,
|
categoryChildren,
|
||||||
channelOverwriteHasPermission,
|
channelOverwriteHasPermission,
|
||||||
createChannel,
|
createChannel,
|
||||||
@@ -281,7 +283,6 @@ export let helpers = {
|
|||||||
getSlashCommandPermissions,
|
getSlashCommandPermissions,
|
||||||
batchEditSlashCommandPermissions,
|
batchEditSlashCommandPermissions,
|
||||||
editSlashCommandPermissions,
|
editSlashCommandPermissions,
|
||||||
editSlashCommandPermission,
|
|
||||||
sendInteractionResponse,
|
sendInteractionResponse,
|
||||||
getSlashCommand,
|
getSlashCommand,
|
||||||
getSlashCommands,
|
getSlashCommands,
|
||||||
|
|||||||
Reference in New Issue
Block a user