Hey!
I’m using Glitch to host a Discord bot, but it seems like my recent changes (no matter where they are) aren’t getting pushed to the bot, even though Glitch saved them.
Here’s an example, the “inspect” command is a simple dummy command, but in Discord, it doesn’t exist:
Another example: I’ve used code that adds a /shutdown page to restart the Glitch project, but visiting this page just shows a 404 error:
If needed, the project name is “card-discord”. What can I do to restart the Glitch project and save my recent changes?
Thanks in advance!
Edit
I’ve tried:
- both
npm installandpnpm install - visiting
/shutdownin my browser - editing the code
- editing
package.jsondirectly - adding/removing packages via
None of the above is working for me.