mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-09 19:08:05 +01:00
Discord bot for "button" roles, using Cloudflare Workers
.github | ||
.vscode | ||
apps | ||
packages | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
README.md | ||
rome.json | ||
turbo.json |
Source code for Roles Bot, a discord bot.
Informations
Discord bot for reaction roles that works with Cloudflare Workers.
You can add the bot to your server, just click here.
Setup
- 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
Usage
- 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
Contributing
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
License
This project is licensed under the MIT License.