debug failed nsf check in bounty

This commit is contained in:
SowinskiBraeden committed 2023-07-23 11:04:49 -07:00
1 parent e80b055451
commit c2b9859621
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -77,7 +77,7 @@ module.exports = {
if (!success) return client.sendInternalError(interaction, 'Failed to add bank');
}
if (args[0].options[0].value > banking.guilds[GuildDB.serverID].balance) {
if (args[0].options[1].value > banking.guilds[GuildDB.serverID].balance) {
let nsf = new EmbedBuilder()
.setDescription('**Bank Notice:** NSF. Non sufficient funds')
.setColor(client.config.Colors.Red);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayz-armbands",
"version": "8.2.8",
"version": "8.2.9",
"description": "A General Purpose Discord Bot for DayZ Servers.",
"main": "index.js",
"nodemonConfig": {