Error: Cannot find module 'dsicord.js'

when i try to run my discord bot for the first time it says
Error: Cannot find module ‘dsicord.js’
code:

{

“name”: “discordbot”,

“version”: “1.0.0”,

“description”: “”,

“main”: “main.js”,

“scripts”: {

"test": "echo \"Error: no test specified\" && exit 1"

},

“author”: “antipandaslayer”,

“license”: “ISC”

}

You made a typo. Change dsicord.js with discord.js

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.