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)