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,
|
||||
|
||||
+2
-2
@@ -63,8 +63,8 @@ module.exports = {
|
||||
if (!banking) {
|
||||
banking = {
|
||||
userID: targetUserID,
|
||||
guidls: {
|
||||
[guildID]: {
|
||||
guilds: {
|
||||
[GuildDB.serverID]: {
|
||||
account: {
|
||||
balance: GuildDB.startingBalance,
|
||||
cash: 0.00,
|
||||
|
||||
+2
-2
@@ -60,8 +60,8 @@ module.exports = {
|
||||
if (!banking) {
|
||||
banking = {
|
||||
userID: targetUserID,
|
||||
guidls: {
|
||||
[guildID]: {
|
||||
guilds: {
|
||||
[GuildDB.serverID]: {
|
||||
account: {
|
||||
balance: GuildDB.startingBalance,
|
||||
cash: 0.00,
|
||||
|
||||
+2
-2
@@ -93,8 +93,8 @@ module.exports = {
|
||||
if (!banking) {
|
||||
banking = {
|
||||
userID: interaction.member.user.id,
|
||||
guidls: {
|
||||
[guildID]: {
|
||||
guilds: {
|
||||
[GuildDB.serverID]: {
|
||||
account: {
|
||||
balance: GuildDB.startingBalance,
|
||||
cash: 0.00,
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ require('dotenv').config();
|
||||
|
||||
module.exports = {
|
||||
Dev: "PROD.",
|
||||
Version: "12.7.4",
|
||||
Version: "12.7.6",
|
||||
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
|
||||
DefaultPrefix: "?",
|
||||
ServerID: "955668596745461830",
|
||||
|
||||
Reference in new issue
Block a user