Skip to content

Commit b8f55b4

Browse files
committed
fix: no embed on currency link
1 parent 7716506 commit b8f55b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/currency.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default {
5858
if (!fromName || !toName) {
5959
return interaction.reply({
6060
content:
61-
"Invalid currency codes. A list of valid codes can be found [here](https://www.iban.com/currency-codes)",
61+
"Invalid currency codes. A list of valid codes can be found [here](<https://www.iban.com/currency-codes>)",
6262
ephemeral: true,
6363
});
6464
}

0 commit comments

Comments
 (0)