diff --git a/commands/bounty.js b/commands/bounty.js index 4c4e76f..41f254c 100644 --- a/commands/bounty.js +++ b/commands/bounty.js @@ -83,6 +83,7 @@ module.exports = { const success = addUser(banking.guilds, GuildDB.serverID, interaction.member.user.id, client, GuildDB.startingBalance); if (!success) return client.sendInternalError(interaction, 'Failed to add bank'); } + } if (args[0].name == 'set') { diff --git a/package.json b/package.json index f01629d..cd7a78e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayzr-bot", - "version": "9.6.3", + "version": "9.6.4", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "main": "index.js", "nodemonConfig": {