Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oasisjs/biscuit
the black magic Discord framework 🧙♂️
https://github.com/oasisjs/biscuit
biscuit discord discord-api discordjs javascript nodejs typescript
Last synced: 4 days ago
JSON representation
the black magic Discord framework 🧙♂️
- Host: GitHub
- URL: https://github.com/oasisjs/biscuit
- Owner: tiramisulabs
- License: mit
- Created: 2022-06-19T19:43:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T16:45:11.000Z (10 days ago)
- Last Synced: 2024-11-07T17:41:17.435Z (10 days ago)
- Topics: biscuit, discord, discord-api, discordjs, javascript, nodejs, typescript
- Language: TypeScript
- Homepage: https://seyfert.dev
- Size: 2.92 MB
- Stars: 138
- Watchers: 8
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-discord - Biscuit
README
**Seyfert is a brand-new Discord framework to take the bot development to a next level**
[![License](https://img.shields.io/npm/l/seyfert?style=flat-square&logo=apache&color=white)](https://github.com/tiramisulabs/seyfert/blob/main/LICENSE)
[![Version](https://img.shields.io/npm/v/seyfert?color=%23ff0000&logo=npm&style=flat-square)](https://www.npmjs.com/package/seyfert)
[![Discord](https://img.shields.io/discord/1003825077969764412?color=%23406da2&label=support&logo=discord&style=flat-square)](https://discord.com/invite/XNw2RZFzaP)## FAQ
### So, what is `seyfert`?
Seyfert is the ultimate Discord framework! We make it easy to interact with the Discord API, big cache control, scalable code and a pretty dev experience.### Why should I use it?
There are many reasons to use Seyfert, but they dont all fit in this tiny readme, so here is a list of the most awesome reasons!- **Low RAM Usage**
- **Latest features**
- **Dev experience**
- **24/6 support (Sunday is for church)**
- **Written from Scratch**
- **Type-safe**
- **And many more!!**## Installation
> [!NOTE]
> Node v18>= is required (or v16 with `--experimental-fetch` flag), Bun/Node LTS recommended.```sh
pnpm add seyfert
``````sh
bun add seyfert
``````sh
npm i seyfert
```
> Or other package manager.## Contributing
We are open to contributions, fork the repo and make your changes!## Useful links
- [GitHub Repository](https://github.com/tiramisulabs/seyfert)
- [Discord server](https://discord.com/invite/XNw2RZFzaP)
- [npm - core](https://www.npmjs.com/package/seyfert)
- [Website](https://seyfert.dev)
- [Documentation](https://docs.seyfert.dev)