fix/bounty set missing brackets
This commit is contained in:
2 files changed
+2
-1
No files matched your search
@@ -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') {
|
||||
|
||||
|
||||
Reference in new issue
Block a user