From d767272e913cf82c9b07940855180e4a0860051f Mon Sep 17 00:00:00 2001 From: I-am-TURBO Date: Fri, 26 Apr 2024 08:58:22 -0500 Subject: [PATCH] for testing --- src/mahoji/lib/abstracted_commands/fishingContestCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts b/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts index f07ee2247c8..b43a788d9bd 100644 --- a/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts +++ b/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts @@ -65,7 +65,7 @@ export async function fishingContestStartCommand(user: MUser, channelID: string, } const result = await getUsersFishingContestDetails(user); - if (result.catchesFromToday.length > 0) { + if (0) { return `You already participated in the Fishing Contest today. You caught: ${result.catchesFromToday .map(i => `${i.name}(${i.length_cm / 100}m)`) .join(', ')}.`;