debug 6.10.0 remove cash system
This commit is contained in:
2 files changed
+2
-3
No files matched your search
+1
-2
@@ -126,8 +126,7 @@ module.exports = {
|
||||
const DiscordUser = client.users.cache.get(targetUserID);
|
||||
|
||||
balanceEmbed.setTitle(`${DiscordUser.tag.split("#")[0]}'s Bank Records`);
|
||||
balanceEmbed.addFields(
|
||||
{ name: '**Bank**', value: `$${targetUserBanking.guilds[GuildDB.serverID].balance.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2})}`, inline: true },
|
||||
balanceEmbed.addFields({ name: '**Bank**', value: `$${targetUserBanking.guilds[GuildDB.serverID].balance.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2})}`, inline: true });
|
||||
|
||||
} else {
|
||||
// Show command authors balance
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dayz-armbands",
|
||||
"version": "6.10.1",
|
||||
"version": "6.10.2",
|
||||
"description": "A General Purpose Discord Bot for DayZ Servers.",
|
||||
"main": "index.js",
|
||||
"nodemonConfig": {
|
||||
|
||||
Reference in new issue
Block a user