debug money command / remove debug options

This commit is contained in:
SowinskiBraeden committed 2023-03-31 20:11:05 -07:00
1 parent 0bbddc991d
commit 73f4123220
3 files changed
+5 -5

No files matched your search

+1 -1
View File
@@ -99,7 +99,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, targetUserID, client, GuildDB.startingBalance);