debug undefined guildID & misspelled guilds

This commit is contained in:
SowinskiBraeden committed 2022-10-11 16:12:41 -07:00
1 parent 86062da0bd
commit 95703f3908
5 files changed
+12 -12

No files matched your search

+5 -5
View File
@@ -119,8 +119,8 @@ module.exports = {
if (!banking) {
banking = {
userID: interaction.member.user.id,
guidls: {
[guildID]: {
guilds: {
[GuildDB.serverID]: {
account: {
balance: GuildDB.startingBalance,
cash: 0.00,
@@ -304,8 +304,8 @@ module.exports = {
if (!targetUserBanking) {
targetUserBanking = {
userID: targetUserID,
guidls: {
[guildID]: {
guilds: {
[GuildDB.serverID]: {
account: {
balance: GuildDB.startingBalance,
cash: 0.00,
@@ -470,7 +470,7 @@ module.exports = {
if (!targetUserBanking) {
targetUserBanking = {
userID: targetUserID,
guidls: {
guilds: {
[GuildDB.serverID]: {
account: {
balance: GuildDB.startingBalance,