mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
hopefully the last dir change
This commit is contained in:
+15
-15
@@ -13,20 +13,6 @@ 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";
|
||||
import { editSlashCommandPermissions } from "./commands/edit_slash_command_permissions.ts";
|
||||
import { editSlashResponse } from "./commands/edit_slash_response.ts";
|
||||
import { getOriginalInteractionResponse } from "./commands/get_original_interaction_response.ts";
|
||||
import { getSlashCommand } from "./commands/get_slash_command.ts";
|
||||
import { getSlashCommands } from "./commands/get_slash_commands.ts";
|
||||
import { getSlashCommandPermission } from "./commands/get_slash_command_permission.ts";
|
||||
import { getSlashCommandPermissions } from "./commands/get_slash_command_permissions.ts";
|
||||
import { sendInteractionResponse } from "./commands/send_interaction_response.ts";
|
||||
import { upsertSlashCommand } from "./commands/upsert_slash_command.ts";
|
||||
import { upsertSlashCommands } from "./commands/upsert_slash_commands.ts";
|
||||
import { addDiscoverySubcategory } from "./discovery/add_discovery_subcategory.ts";
|
||||
import { editDiscovery } from "./discovery/edit_discovery.ts";
|
||||
import { getDiscoveryCategories } from "./discovery/get_discovery_categories.ts";
|
||||
@@ -62,6 +48,20 @@ import { guildSplashURL } from "./guilds/guild_splash_url.ts";
|
||||
import { leaveGuild } from "./guilds/leave_guild.ts";
|
||||
import { deleteIntegration } from "./integrations/delete_integration.ts";
|
||||
import { getIntegrations } from "./integrations/get_integrations.ts";
|
||||
import { batchEditSlashCommandPermissions } from "./interactions/commands/batch_edit_slash_command_permissions.ts";
|
||||
import { createSlashCommand } from "./interactions/commands/create_slash_command.ts";
|
||||
import { deleteSlashCommand } from "./interactions/commands/delete_slash_command.ts";
|
||||
import { deleteSlashResponse } from "./interactions/commands/delete_slash_response.ts";
|
||||
import { editSlashCommandPermissions } from "./interactions/commands/edit_slash_command_permissions.ts";
|
||||
import { editSlashResponse } from "./interactions/commands/edit_slash_response.ts";
|
||||
import { getSlashCommand } from "./interactions/commands/get_slash_command.ts";
|
||||
import { getSlashCommands } from "./interactions/commands/get_slash_commands.ts";
|
||||
import { getSlashCommandPermission } from "./interactions/commands/get_slash_command_permission.ts";
|
||||
import { getSlashCommandPermissions } from "./interactions/commands/get_slash_command_permissions.ts";
|
||||
import { upsertSlashCommand } from "./interactions/commands/upsert_slash_command.ts";
|
||||
import { upsertSlashCommands } from "./interactions/commands/upsert_slash_commands.ts";
|
||||
import { getOriginalInteractionResponse } from "./interactions/get_original_interaction_response.ts";
|
||||
import { sendInteractionResponse } from "./interactions/send_interaction_response.ts";
|
||||
import { createInvite } from "./invites/create_invite.ts";
|
||||
import { deleteInvite } from "./invites/delete_invite.ts";
|
||||
import { getChannelInvites } from "./invites/get_channel_invites.ts";
|
||||
@@ -71,7 +71,6 @@ import { avatarURL } from "./members/avatar_url.ts";
|
||||
import { ban, banMember } from "./members/ban_member.ts";
|
||||
import { disconnectMember } from "./members/disconnect_member.ts";
|
||||
import { editBotNickname } from "./members/edit_bot_nickname.ts";
|
||||
import { editBotProfile } from "./members/edit_bot_profile.ts";
|
||||
import { editMember } from "./members/edit_member.ts";
|
||||
import { fetchMembers } from "./members/fetch_members.ts";
|
||||
import { getMember } from "./members/get_member.ts";
|
||||
@@ -96,6 +95,7 @@ import { removeReaction } from "./messages/remove_reaction.ts";
|
||||
import { removeReactionEmoji } from "./messages/remove_reaction_emoji.ts";
|
||||
import { sendMessage } from "./messages/send_message.ts";
|
||||
import { unpin, unpinMessage } from "./messages/unpin_message.ts";
|
||||
import { editBotProfile } from "./misc/edit_bot_profile.ts";
|
||||
import { editBotStatus } from "./misc/edit_bot_status.ts";
|
||||
import { getGatewayBot } from "./misc/get_gateway_bot.ts";
|
||||
import { getUser } from "./misc/get_user.ts";
|
||||
|
||||
Reference in New Issue
Block a user