diff --git a/src/types/interactions/mod.ts b/src/types/interactions/mod.ts index 9bb13b5d5..0020d9ed6 100644 --- a/src/types/interactions/mod.ts +++ b/src/types/interactions/mod.ts @@ -14,7 +14,7 @@ export * from "./commands/edit_global_application_command.ts"; export * from "./commands/edit_guild_application_command.ts"; export * from "./commands/guild_application_command_permissions.ts"; export * from "./commands/application_command.ts"; -export * from "./commands/application_command_types.ts" +export * from "./commands/application_command_types.ts"; export * from "./interaction.ts"; export * from "./interaction_guild_member.ts"; export * from "./interaction_response.ts";