debug and combat log detection

This commit is contained in:
SowinskiBraeden committed 2023-03-21 11:57:37 -07:00
1 parent dc00e964af
commit 9f64c37023
8 files changed
+125 -13

No files matched your search

+1 -1
View File
@@ -135,7 +135,7 @@ module.exports = {
if (err) return client.sendInternalError(interaction, err);
});
} else banking = banking.banking;
} else banking = banking.user;
if (!client.exists(banking.guilds[GuildDB.serverID])) {
const success = addUser(banking.guilds, GuildDB.serverID, interaction.member.user.id, client, GuildDB.startingBalance);