A Discord bot used by the GLUA Discord server
- Clone the repository
- Install dependencies with
npm install
- Copy
.env.example
to.env
and fill in the values - Build the project with
npm run build
- Run the project with
npm start
- Fork the repository
- Create your feature branch (
git checkout -b feature/MyFeature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/MyFeature
) - Create a new Pull Request
This project is licensed under the GNU GPLv3 License - see the LICENSE file for details