fix/empPrice undefined

This commit is contained in:
SowinskiBraeden authored and GitHub committed 2023-10-15 09:53:53 -07:00
1 parent 5b5c5fa82c
commit 2c63e16102
5 files changed
+11 -13

No files matched your search

+1 -4
View File
@@ -47,10 +47,7 @@ module.exports = {
userID: interaction.member.user.id,
guilds: {
[GuildDB.serverID]: {
bankAccount: {
balance: GuildDB.startingBalance,
cash: 0.00,
}
balance: GuildDB.startingBalance,
}
}
}