From 8df2af9fc77834a142210019678e10d24248bb3a Mon Sep 17 00:00:00 2001 From: TURBO Date: Fri, 8 Mar 2024 15:14:49 +0000 Subject: [PATCH] lint --- .../abstracted_commands/fishingContestCommand.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts b/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts index b2e821c15d..af3eb63b69 100644 --- a/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts +++ b/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts @@ -35,17 +35,17 @@ export async function fishingContestStartCommand(user: MUser, channelID: string, if (user.hasEquippedOrInBank('Crystal fishing rod')) { quantity++; quantityBoosts.push('1 for Crystal fishing rod'); - } if (true) { - + } + if (true) { } if (!loc) { - for (const location of validLocs) { - if (user.bank.amount(location.bait.id) >= quanity) { - loc = location.name; - } - } - if (!loc) loc = validLocs[0].name; + for (const location of validLocs) { + if (user.bank.amount(location.bait.id) >= quanity) { + loc = location.name; + } + } + if (!loc) loc = validLocs[0].name; } if (!fishingLocation) { return `That's not a valid location to fish at, you can fish at these locations: ${fishingLocations