https://github.com/xhyrom/rylen
Simple library for serverless discord bots on Cloudflare Workers [WIP]
https://github.com/xhyrom/rylen
Last synced: 3 months ago
JSON representation
Simple library for serverless discord bots on Cloudflare Workers [WIP]
- Host: GitHub
- URL: https://github.com/xhyrom/rylen
- Owner: xhyrom
- License: mit
- Created: 2022-10-16T11:29:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T12:43:51.000Z (over 2 years ago)
- Last Synced: 2024-10-19T16:02:52.837Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Source code for rylen, a powerful discord library for serverless bots.
## Setup
1. Clone this repository: `git clone https://github.com/xHyroM/rylen.git`
2. Navigate to the project directory: `cd rylen`
3. Install the dependencies: `pnpm install`## Usage
- To build the project, run `pnpm build`
- To run development mode, run `pnpm dev`## Contributing
To contribute to this project, please follow the [standard Git workflow](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository#The-Standard-Git-Workflow) and [CONTRIBUTING](./CONTRIBUTING.md).
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](LICENSE).