From c1ef79ccbdc0126df5f409e91bf48ebfd1e4f330 Mon Sep 17 00:00:00 2001 From: Skillz4Killz Date: Thu, 22 Jul 2021 18:25:59 +0000 Subject: [PATCH] change: prettier code --- src/types/interactions/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";