Closed ItsDeedaya closed 3 years ago
can you copy the new bot.js file and try again?
There are a bunch of smaller errors in this part of the code and idk how to fix them (line 75 in the new bot.js file):
client.on("message", async message => { } else { channel.send(
${message.author.username} > ${whatWeWant}); } await table.set(
support${message.author.id}, active); await table.set(
supportChannel${channel.id}, message.author.id); await dbTable.set(
support${message.author.id}, active); await dbTable.set(
supportChannel${channel.id}, message.author.id); return; }
I've added 2 commits, can you try again?
Related to #15
I've added 2 commits, can you try again?
Related to #15
Got a new error, I put it on a pastebin bcuz the error was very long: https://pastebin.com/BC9BaRdi
I've also been getting some errors saying "Unsupported Engine" when installing node.js, discord.js, and quick.db, I'm not sure if those relate (these errors had no affect on installation though)
You can find help for the "Could not locate bindings file" here.
"Unsupported engine"warn could be related to the fact that the nodejs version is too old, I'll soon look into that
You can find help for the "Could not locate bindings file" here.
"Unsupported engine"warn could be related to the fact that the nodejs version is too old, I'll soon look into that
It works now! Thank you so much!
Nice, anytime
I'm getting an error message when I try and DM the bot, this doesn't happen on startup, only when I actually DM the bot