Skip to content

Commit

Permalink
Fix rymimport ratings required error message
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyfour committed Nov 28, 2024
1 parent 37c83a6 commit 997c2cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/Lastfm/RateYourMusic/ImportRatings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ const args = {
ratings: new AttachmentArgument({
index: 0,
description: "The file containing your RateYourMusic ratings",
required: true,
required: {
customMessage: `Please attach your ratings! (See \`rym help\` for more info)`,
},
}),
} satisfies ArgumentsMap;

Expand Down

0 comments on commit 997c2cc

Please sign in to comment.