The project is called Zeppelin. It's a Discord bot that uses Discord.js. The bot is built on the Vety framework (https://github.com/ZeppelinBot/vety).
- Always use pnpm over npm
- Do not install global packages. Install packages in the project so that they follow pnpm's minimumReleaseAge.
- Don't use npx. Install needed packages in the project.