13.1.2 debug bank related commands

This commit is contained in:
SowinskiBraeden committed 2022-10-25 11:54:56 -07:00
1 parent b90052542c
commit b1cf688fac
7 files changed
+16 -20

No files matched your search

+1 -1
View File
@@ -75,7 +75,7 @@ module.exports = {
// Register inventory for user
let newBank = new Bank();
newBank.createBank(targetUserID, GuildDB.serverID, GuildDB.startingBalance);
newBank.createBank(targetUserID, GuildDB.serverID, GuildDB.startingBalance, 0);
newBank.save().catch(err => {
if (err) return client.sendInternalError(interaction, err);
});