debug 6.10.0 remove cash system
This commit is contained in:
1 file changed
+1
-2
+1
-2
@@ -132,8 +132,7 @@ module.exports = {
|
|||||||
// Show command authors balance
|
// Show command authors balance
|
||||||
|
|
||||||
balanceEmbed.setTitle('Personal Bank Records');
|
balanceEmbed.setTitle('Personal Bank Records');
|
||||||
balanceEmbed.addFields(
|
balanceEmbed.addFields({ name: '**Bank**', value: `$${banking.guilds[GuildDB.serverID].balance.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2})}`, inline: true });
|
||||||
{ name: '**Bank**', value: `$${banking.guilds[GuildDB.serverID].balance.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2})}`, inline: true },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return interaction.send({ embeds: [balanceEmbed] });
|
return interaction.send({ embeds: [balanceEmbed] });
|
||||||
|
|||||||
Reference in new issue
Block a user