diff --git a/src/helpers/interactions/commands/batch_edit_slash_command_permissions.ts b/src/helpers/interactions/commands/batchEditSlashCommandPermissions.ts similarity index 100% rename from src/helpers/interactions/commands/batch_edit_slash_command_permissions.ts rename to src/helpers/interactions/commands/batchEditSlashCommandPermissions.ts diff --git a/src/helpers/interactions/commands/create_slash_command.ts b/src/helpers/interactions/commands/createSlashCommand.ts similarity index 100% rename from src/helpers/interactions/commands/create_slash_command.ts rename to src/helpers/interactions/commands/createSlashCommand.ts diff --git a/src/helpers/interactions/commands/delete_slash_command.ts b/src/helpers/interactions/commands/deleteSlashCommand.ts similarity index 100% rename from src/helpers/interactions/commands/delete_slash_command.ts rename to src/helpers/interactions/commands/deleteSlashCommand.ts diff --git a/src/helpers/interactions/commands/delete_slash_response.ts b/src/helpers/interactions/commands/deleteSlashResponse.ts similarity index 100% rename from src/helpers/interactions/commands/delete_slash_response.ts rename to src/helpers/interactions/commands/deleteSlashResponse.ts diff --git a/src/helpers/interactions/commands/edit_slash_command_permissions.ts b/src/helpers/interactions/commands/editSlashCommandPermissions.ts similarity index 100% rename from src/helpers/interactions/commands/edit_slash_command_permissions.ts rename to src/helpers/interactions/commands/editSlashCommandPermissions.ts diff --git a/src/helpers/interactions/commands/edit_slash_response.ts b/src/helpers/interactions/commands/editSlashResponse.ts similarity index 100% rename from src/helpers/interactions/commands/edit_slash_response.ts rename to src/helpers/interactions/commands/editSlashResponse.ts diff --git a/src/helpers/interactions/commands/get_slash_command.ts b/src/helpers/interactions/commands/getSlashCommand.ts similarity index 100% rename from src/helpers/interactions/commands/get_slash_command.ts rename to src/helpers/interactions/commands/getSlashCommand.ts diff --git a/src/helpers/interactions/commands/get_slash_command_permission.ts b/src/helpers/interactions/commands/getSlashCommandPermission.ts similarity index 100% rename from src/helpers/interactions/commands/get_slash_command_permission.ts rename to src/helpers/interactions/commands/getSlashCommandPermission.ts diff --git a/src/helpers/interactions/commands/get_slash_command_permissions.ts b/src/helpers/interactions/commands/getSlashCommandPermissions.ts similarity index 100% rename from src/helpers/interactions/commands/get_slash_command_permissions.ts rename to src/helpers/interactions/commands/getSlashCommandPermissions.ts diff --git a/src/helpers/interactions/commands/get_slash_commands.ts b/src/helpers/interactions/commands/getSlashCommands.ts similarity index 100% rename from src/helpers/interactions/commands/get_slash_commands.ts rename to src/helpers/interactions/commands/getSlashCommands.ts diff --git a/src/helpers/interactions/commands/upsert_slash_command.ts b/src/helpers/interactions/commands/upsertSlashCommand.ts similarity index 100% rename from src/helpers/interactions/commands/upsert_slash_command.ts rename to src/helpers/interactions/commands/upsertSlashCommand.ts diff --git a/src/helpers/interactions/commands/upsert_slash_commands.ts b/src/helpers/interactions/commands/upsertSlashCommands.ts similarity index 100% rename from src/helpers/interactions/commands/upsert_slash_commands.ts rename to src/helpers/interactions/commands/upsertSlashCommands.ts diff --git a/src/helpers/interactions/get_original_interaction_response.ts b/src/helpers/interactions/getOriginalInteractionResponse.ts similarity index 100% rename from src/helpers/interactions/get_original_interaction_response.ts rename to src/helpers/interactions/getOriginalInteractionResponse.ts diff --git a/src/helpers/interactions/send_interaction_response.ts b/src/helpers/interactions/sendInteractionResponse.ts similarity index 100% rename from src/helpers/interactions/send_interaction_response.ts rename to src/helpers/interactions/sendInteractionResponse.ts diff --git a/src/helpers/interactions/verify_signature.ts b/src/helpers/interactions/verifySignature.ts similarity index 100% rename from src/helpers/interactions/verify_signature.ts rename to src/helpers/interactions/verifySignature.ts