Skip to content

Commit

Permalink
fix: matchnumber /find buttons interaction changed to 0 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDams authored Dec 4, 2024
1 parent d572508 commit 985605d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const sendCardWithInfo = async (

const values = {
userId: interaction.user.id,
maxMatch: 0,
maxMatch: matchNumber,
playerId,
map,
page,
Expand Down

0 comments on commit 985605d

Please sign in to comment.