@glitch_support ^^^^
Update: This was like this for 40 mins and still loading
This is likely a code error. What do your logs say?
Check /app/package.json: command not found. Is a start script missing? https://glitch.com/help/failstart/
Add this to your package.json:
"scripts": { "start": "node server.js" }
Can you help me? i didn’t code this discord bot, i commissioned someone on fiverr
You can DM me an invite and I can help you out. @HenryBitmin
Could you show us your package.json file?
https://pastebin.com/upyKQukQ
If you can change this to work i can just paste it back into the project
I could, but I don’t have write access. Plus i lost my password
Just write a new one in pastebin
{
"name": "first",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"author": "OldMember.",
"license": "ISC",
"dependencies": {
"discord.js": "^12.2.0"
}
}
Thanks! But 1 thing i changed, you said to start with node server.js when my file is index.js so i changed it