New error magically appeared xD
About to 40 minutes ago my bot crashed with a very uncommon error. Then tried to restart it and now it keeps crashing with same error. No changes in code were made, so my first thought is that discord updated something in his API.
Here is the error code
Anyone knows what could happened? The error is inside the node modules
31 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
[email protected]
node v16.15.0
<#769862166131245066>
Lol
My bad
Also, there is a doc about how to update the modules?
Just run the
npm install discord.js
?@ileast
bruh
npm i discord.js@latest
Thanks
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
what error?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
By reading the error looks like you must run this
rmdir 'C:\Users\Administrator\Desktop\ticket bot\BotFiles\node_modules\discord.js\src'
Not sureUnknown User•2y ago
Message Not Public
Sign In & Join Server To View
Indeed it says it cannot be deleted because its not empty "ENOTEMPTY: directory not empty", maybe you should manually delete it?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
The discord.js folder that is located inside your node_modules
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Yes
Its just a guess, i have no idea if i'm talking shit
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
My guess is delete then reinstall the discord js by the command they sent
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
nobody send to run npm fund did we...
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Thats not an error
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Okay so you were previously on v13
You should update to the latest v13, not v14
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Yes, exactly it is, so do the same thing as the OP and update
To latest v14 in your case
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
It's just
npm i discord.js@latest
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
The last two messages in #announcements are that it was fixed in latest v13 and latest v14 respectively
And in <#769862166131245066>