Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.21 KB

File metadata and controls

22 lines (13 loc) · 1.21 KB

Vanilla

Vanilla is a bot created with Node.js and Discord.js for Italia JS by members of its community.

It's an open source project, everybody is welcome to suggest new features or improve existing ones.

If you're interested in being involved on a more regular basis, contact @granze on our Discord server to join the dev team. You'll be granted a role, a special color, and access to the private channel #vanilla-dev, not to mention eternal gratitude from the community.

Developing commands for Vanilla is a lot of fun, and it can be a good starting point to approach open source.

Looking forward to see your contribution! 💪

How to create a new command

  1. Create a new file in the commands folder.
  2. Create a new class that extends the SlashCommandBuilder class.
  3. Add the command to the commands array in the index.js file.
  4. Run the npm run deploy-commands command to deploy the command to the Discord server.

Contributing

If you'd like to help out with the development of this project, please refer to the contribution guide.