From b4fe2da92d39521da821206616bf28ad0ae46136 Mon Sep 17 00:00:00 2001 From: Carter Penterman Date: Mon, 29 Apr 2024 15:42:01 -0500 Subject: [PATCH] Consistency... --- commands/take.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/take.js b/commands/take.js index 1035980..4c0fdc1 100644 --- a/commands/take.js +++ b/commands/take.js @@ -69,8 +69,7 @@ async function execute(interaction) { const msg = getValidationMessage(validation, game, false); await interaction.editReply(msg); - if (alreadyOwned) - { + if (alreadyOwned) { // Unicode is for the information emoji [i] await interaction.followUp(`\u2139\uFE0F The ${game} maptest bot already has this model, so no action was taken.`); return;