p0ryae/Discord.JS-meme

Bot Isn't Working

CrystalPheanix opened this issue · 2 comments

Hey,The Bot isnt working when i open it on replit and input a secret (the token of my bot) and click on run i get it this issue

 npm start
npm ERR! missing script: start

npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2022-06-11T14_52_55_432Z-debug.log
exit status 1

Please help me

its really simple the package doesn't have a npm start then start it with node . on the main folder

As @NotZer0Two mentioned, you are trying to run node through npm which is not possible because it's not defined in package.json.

Therefore, please run it by node . or node index.js

Closing this issue.