debug and combat log detection
This commit is contained in:
8 files changed
+125
-13
No files matched your search
+2
-2
@@ -94,8 +94,8 @@ module.exports = {
|
||||
|
||||
// Register inventory for user
|
||||
let newBank = new User();
|
||||
newBank.createBank(targetUserID, GuildDB.serverID, GuildDB.startingBalance, 0);
|
||||
newBank.save().catch(err => {
|
||||
await newBank.createUser(targetUserID, GuildDB.serverID, GuildDB.startingBalance, 0);
|
||||
await newBank.save().catch(err => {
|
||||
if (err) return client.sendInternalError(interaction, err);
|
||||
});
|
||||
|
||||
|
||||
Reference in new issue
Block a user