Released under the MIT License.
If you want to use Draver, follow these steps
- Clone the project (
git clone https://github.com/DraverBot/DraverBot && cd DraverBot) - Install dependencies (
yarn install) - Create a mysql database and fill the .env file, like in .env.example
- Launch the bot (
yarn launch)
If you want to contribute to Draver, you can fork this repo and create pull requests, we will review them all
Please use conventional commits for your commits (VSCode extension)