From b8f55b475df7ac918c5a0c0bf9fec1a8c333e8cc Mon Sep 17 00:00:00 2001 From: maamokun/MikanDev Date: Mon, 27 Jan 2025 21:15:41 +0900 Subject: [PATCH] fix: no embed on currency link --- src/commands/currency.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/currency.ts b/src/commands/currency.ts index 38eee44..d1fa876 100644 --- a/src/commands/currency.ts +++ b/src/commands/currency.ts @@ -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]()", ephemeral: true, }); }