Skip to content

Commit

Permalink
fix: no embed on currency link
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Jan 27, 2025
1 parent 7716506 commit b8f55b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default {
if (!fromName || !toName) {
return interaction.reply({
content:
"Invalid currency codes. A list of valid codes can be found [here](https://www.iban.com/currency-codes)",
"Invalid currency codes. A list of valid codes can be found [here](<https://www.iban.com/currency-codes>)",
ephemeral: true,
});
}
Expand Down

0 comments on commit b8f55b4

Please sign in to comment.