Add tax to reciept
This commit is contained in:
parent
0b0ad1c6d0
commit
21e2d0d0da
2
index.js
2
index.js
|
@ -241,7 +241,7 @@ client.on("interactionCreate", async interaction => {
|
||||||
embeds: [{
|
embeds: [{
|
||||||
title: "Transfer Receipt",
|
title: "Transfer Receipt",
|
||||||
color: 0xffff00,
|
color: 0xffff00,
|
||||||
description: `You sent ${interaction.options.getNumber("amount")} coins to ${interaction.options.getMember("user").user}.`
|
description: `You sent ${interaction.options.getNumber("amount")} coins to ${interaction.options.getMember("user").user}.\nYou paid a tax of ${Math.floor(interaction.options.getNumber("amount"))} coins.`
|
||||||
}]
|
}]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue