Semalab / developer-skills-matrix-discord-bot

This is a bot that allows you to assess your skills with our developer rubric directly on discord
GNU Affero General Public License v3.0
11 stars 7 forks source link
archive


Logo

Developer Rubric Discord Bot

Report Bug · Request Feature

About The Project

This is a Discord bot that allows you to assess your skills with our developer rubric directly on Discord.

Here's what developer rubric is:

(back to top)

Installation

How to run the discord bot locally.

  1. Setting up the Discord bot:
  1. Clone the repo
    git clone https://github.com/YOUR_USERNAME_HERE/developer-skills-matrix-discord-bot.git
  2. Install NPM packages
    npm i
  3. Enter your BOT_TOKEN and GUILD_ID in .env
    BOT_TOKEN = "";
    GUILD_ID = "";
  4. Run this command to start the bot locally
    npm run start:dev

    (back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the project here
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU Affero General Public License v3.0. See LICENSE.md for more information.

(back to top)