Discord Bot Simply Doesn't Start

Hey!

I have imported a project from my Github, but when I waited for it to run it just gives me this, and nothing for 17 minutes.

Project:

Hope you can help me :wave:

I don’t see anything wrong with your code, but I believe glitch thinks your project is a static site

I believe this because when you go to your project page, it shows the folder.

You should add a package.json file at the root of your project, I don’t know but I guess this will make glitch recognise your app as a server and not a static site

edit

I don’t know if 2 package.json would really work,
if it does not, you should either:

  • move everything from the v12 folder to root (best solution)
  • move only your package.json and change the scripts path accordingly "start":"node ./v12-meme-bot/bot.js"
2 Likes

Thanks, I am trying right now!

Update : Worked, thanks!!

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