Merge pull request #775 from TriForMine/patch-6

fix(types): fixing export paths
This commit is contained in:
Skillz4Killz
2021-04-08 10:40:50 -04:00
committed by GitHub

View File

@@ -9,7 +9,6 @@ export * from "./channels/channel.ts";
export * from "./channels/channel_mention.ts";
export * from "./channels/channel_pins_update.ts";
export * from "./channels/channel_types.ts";
export * from "./channels/create_message.ts";
export * from "./channels/followed_channel.ts";
export * from "./channels/modify_channel.ts";
export * from "./channels/overwrite.ts";
@@ -52,7 +51,6 @@ export * from "./guilds/begin_guild_prune.ts";
export * from "./guilds/create_guild.ts";
export * from "./guilds/create_guild_ban.ts";
export * from "./guilds/create_guild_channel.ts";
export * from "./guilds/create_guild_integration.ts";
export * from "./guilds/create_guild_role.ts";
export * from "./guilds/default_message_notification_levels.ts";
export * from "./guilds/explicit_content_filter_levels.ts";
@@ -64,23 +62,17 @@ export * from "./guilds/guild.ts";
export * from "./guilds/guild_ban_add_remove.ts";
export * from "./guilds/guild_ban_remove.ts";
export * from "./guilds/guild_features.ts";
export * from "./guilds/guild_integrations_update.ts";
export * from "./guilds/guild_member.ts";
export * from "./guilds/guild_preview.ts";
export * from "./guilds/guild_role_create.ts";
export * from "./guilds/guild_role_delete.ts";
export * from "./guilds/guild_role_update.ts";
export * from "./guilds/guild_widget.ts";
export * from "./guilds/integration.ts";
export * from "./guilds/integration_account.ts";
export * from "./guilds/integration_application.ts";
export * from "./guilds/integration_expire_behaviors.ts";
export * from "./guilds/list_guild_members.ts";
export * from "./guilds/mfa_levels.ts";
export * from "./guilds/modify_current_user_nick.ts";
export * from "./guilds/modify_guild.ts";
export * from "./guilds/modify_guild_channel_position.ts";
export * from "./guilds/modify_guild_integration.ts";
export * from "./guilds/modify_guild_member.ts";
export * from "./guilds/modify_guild_role.ts";
export * from "./guilds/modify_guild_role_positions.ts";
@@ -91,6 +83,14 @@ export * from "./guilds/unavailable_guild.ts";
export * from "./guilds/verification_levels.ts";
export * from "./guilds/welcome_screen.ts";
export * from "./guilds/welcome_screen_channel.ts";
export * from "./integration/create_guild_integration.ts";
export * from "./integration/guild_integrations_update.ts";
export * from "./integration/integration.ts";
export * from "./integration/integration_account.ts";
export * from "./integration/integration_application.ts";
export * from "./integration/integration_delete.ts";
export * from "./integration/integration_expire_behaviors.ts";
export * from "./integration/modify_guild_integration.ts";
export * from "./interactions/application_command.ts";
export * from "./interactions/application_command_callback_data.ts";
export * from "./interactions/application_command_interaction_data.ts";
@@ -121,6 +121,7 @@ export * from "./members/guild_member_update.ts";
export * from "./messages/allowed_mentions.ts";
export * from "./messages/allowed_mentions_types.ts";
export * from "./messages/attachment.ts";
export * from "./messages/create_message.ts";
export * from "./messages/message.ts";
export * from "./messages/message_activity.ts";
export * from "./messages/message_activity_types.ts";