debug undefined guildID & misspelled guilds
This commit is contained in:
5 files changed
+12
-12
No files matched your search
+5
-5
@@ -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,
|
||||
|
||||
Reference in new issue
Block a user