17teen / Discord-Presser-Server-Nuker

Nuke Discord Bot in Js (Beta has arrived)
329 stars 373 forks source link

Error: Can't find module 'discord.js' #65

Closed falafelmans closed 2 months ago

falafelmans commented 1 year ago

image tried doing npm i discord.js and using launch.bat

falafelmans commented 1 year ago

doing npm i discord.js or npm install -g discord.js does nothing

CODE-A-DUCK commented 1 year ago

1) Check discord.js module ( make sure its discord.js@13.1.0 [ npm list and find discord.js ] TIPS: when installing type npm i discord.js@13.1.0) 2) Check the code const { Client, Intents, MessageEmbed } = require("discord.js");