Discord bot for reaction roles that works with Cloudflare Workers.
You can add the bot to your server, just click here.
- Clone this repository:
git clone https://github.com/xHyroM/roles-bot.git
- Navigate to the project directory:
cd roles-bot
- Install the dependencies:
pnpm install
- To run the development server:
pnpm run dev
- To build the project for production:
pnpm run build
- To preview the production build of website:
pnpm run preview
- To deploy bot to CF workers:
pnpm run deploy
To contribute to this project, please follow the standard Git workflow and CONTRIBUTING.
- Fork this repository
- Create a new branch for your changes:
git checkout -b my-feature
- Commit your changes:
git commit -am "Add my feature"
- Push the branch:
git push origin my-feature
- Open a pull request
This project is licensed under the MIT License.