Discord bot for "button" roles, using Cloudflare Workers
Find a file
2024-08-07 15:03:01 +02:00
.github docs: add FUNDING 2023-04-10 22:03:17 +02:00
.vscode build: lint 2023-04-09 15:37:55 +02:00
apps fix: change html lang header to en 2024-08-07 15:03:01 +02:00
packages feat: upload debug files 2024-04-11 18:59:14 +02:00
.gitignore refactor: init codebase 2023-04-03 16:33:23 +02:00
CONTRIBUTING.md docs: add more scopes into CONTRIBUTING 2023-04-09 15:41:01 +02:00
LICENSE license: MIT -> Apache2.0 2024-07-30 22:44:20 +02:00
package.json build: bump deps 2024-03-07 10:43:45 +01:00
pnpm-lock.yaml build: bump deps 2024-03-07 10:43:45 +01:00
pnpm-workspace.yaml refactor: move redis-api, website into apps 2023-04-09 11:11:22 +02:00
README.md docs: change discord invite 2023-05-07 22:57:35 +02:00
rome.json build: add formatter 2023-04-09 15:40:04 +02:00
turbo.json ci: fix deploy 2023-04-09 17:08:08 +02:00


Hyro

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

  1. Clone this repository: git clone https://github.com/xHyroM/roles-bot.git
  2. Navigate to the project directory: cd roles-bot
  3. 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.

  1. Fork this repository
  2. Create a new branch for your changes: git checkout -b my-feature
  3. Commit your changes: git commit -am "Add my feature"
  4. Push the branch: git push origin my-feature
  5. Open a pull request

License

This project is licensed under the MIT License.