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);
|
const DiscordUser = client.users.cache.get(targetUserID);
|
||||||
|
|
||||||
balanceEmbed.setTitle(`${DiscordUser.tag.split("#")[0]}'s Bank Records`);
|
balanceEmbed.setTitle(`${DiscordUser.tag.split("#")[0]}'s Bank Records`);
|
||||||
balanceEmbed.addFields(
|
balanceEmbed.addFields({ name: '**Bank**', value: `$${targetUserBanking.guilds[GuildDB.serverID].balance.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2})}`, inline: true });
|
||||||
{ name: '**Bank**', value: `$${targetUserBanking.guilds[GuildDB.serverID].balance.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2})}`, inline: true },
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// Show command authors balance
|
// Show command authors balance
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayz-armbands",
|
"name": "dayz-armbands",
|
||||||
"version": "6.10.1",
|
"version": "6.10.2",
|
||||||
"description": "A General Purpose Discord Bot for DayZ Servers.",
|
"description": "A General Purpose Discord Bot for DayZ Servers.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
|||||||
Reference in new issue
Block a user