Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-TURBO committed Mar 8, 2024
1 parent 803e61d commit 8e4631b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export async function fishingContestStartCommand(user: MUser, channelID: string,
if (user.hasEquippedOrInBank('Crystal fishing rod')) {
quantity++;
quantityBoosts.push('1 for Crystal fishing rod');
}

Check failure on line 38 in src/mahoji/lib/abstracted_commands/fishingContestCommand.ts

View workflow job for this annotation

GitHub Actions / Node v20 - ubuntu-latest

Delete `·`

Check failure on line 39 in src/mahoji/lib/abstracted_commands/fishingContestCommand.ts

View workflow job for this annotation

GitHub Actions / Node v20 - ubuntu-latest

Delete `↹↹⏎↹`
}

Expand Down

0 comments on commit 8e4631b

Please sign in to comment.