Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 348 Bytes

File metadata and controls

5 lines (4 loc) · 348 Bytes

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.