Skip to content

Commit

Permalink
returned code to normal TESTING FINISHED
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-TURBO committed Apr 26, 2024
1 parent d767272 commit 41a9834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function fishingContestStartCommand(user: MUser, channelID: string,
}

const result = await getUsersFishingContestDetails(user);
if (0) {
if (result.catchesFromToday.length > 0) {
return `You already participated in the Fishing Contest today. You caught: ${result.catchesFromToday
.map(i => `${i.name}(${i.length_cm / 100}m)`)
.join(', ')}.`;
Expand Down

0 comments on commit 41a9834

Please sign in to comment.