You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constsuggestionText=suggestions.length>0 ? `\n\nTry these amounts instead:\n${suggestions.join('\n')}` : '';
2240
+
2223
2241
awaitinteraction.editReply(
2224
-
`Cannot convert \`${amount}\` ${CURRENCY_ABBREVIATIONS[fromCurrency]} to **${toCurrency}** - conversion must result in whole numbers. Try a different amount.`
2242
+
`Cannot convert \`${amount}\` ${CURRENCY_ABBREVIATIONS[fromCurrency]} to **${toCurrency}** - conversion must result in whole numbers.${suggestionText}`
0 commit comments