We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7716506 commit b8f55b4Copy full SHA for b8f55b4
src/commands/currency.ts
@@ -58,7 +58,7 @@ export default {
58
if (!fromName || !toName) {
59
return interaction.reply({
60
content:
61
- "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>)",
62
ephemeral: true,
63
});
64
}
0 commit comments