chore: remove client pkg (#2903)

* chore: remove client pkg

* yarn install

* fix: yarn install

---------

Co-authored-by: ITOH <to@itoh.at>
This commit is contained in:
Skillz4Killz
2023-03-30 09:48:19 -05:00
committed by GitHub
co-authored by ITOH
parent 7fae8c0315
commit 701d8b6dbb
74 changed files with 46 additions and 13347 deletions
+1 -2
View File
@@ -29,9 +29,8 @@ Discordeno is actively maintained to guarantee **excellent performance, latest f
- **Simple, Efficient, and Lightweight**: Discordeno is lightweight, simple to use, and adaptable.
- By default: No caching.
- **Functional & Class API**: Discordeno is flexible enough to provide both methods.
- **Functional API**:
- The functional API eliminates the challenges of extending built-in classes and inheritance while ensuring overall simple but performant code.
- The class based API, client package, provides a similar api as the [Eris](https://github.com/abalabahaha/eris) library to provide the best class based experience.
- **Cross Runtime**: Supports the Node.js, Deno, and Bun runtimes.
- **Standalone components**: Discordeno offers the option to have practically any component of a bot as a separate
piece, including standalone REST, gateways, custom caches, and more.