Remove currency from transfer message
This commit is contained in:
@@ -68,7 +68,7 @@ module.exports = {
|
||||
runTransfer();
|
||||
|
||||
const targetName = authorId === "222457277708369928" ? "Miffy" : "Minz";
|
||||
await message.reply(`Transferred ${amount.toFixed(2)} ${currency} to ${targetName}.`);
|
||||
await message.reply(`Transferred ${amount.toFixed(2)}€ to ${targetName}.`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user