https://github.com/tiramisulabs/seyfert
the black magic Discord framework 🧙♂️
https://github.com/tiramisulabs/seyfert
biscuit bun deno discord discord-api javascript nodejs typescript
Last synced: 8 days ago
JSON representation
the black magic Discord framework 🧙♂️
- Host: GitHub
- URL: https://github.com/tiramisulabs/seyfert
- Owner: tiramisulabs
- License: mit
- Created: 2022-06-19T19:43:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T03:06:15.000Z (28 days ago)
- Last Synced: 2025-04-01T05:32:24.490Z (15 days ago)
- Topics: biscuit, bun, deno, discord, discord-api, javascript, nodejs, typescript
- Language: TypeScript
- Homepage: https://seyfert.dev
- Size: 3.27 MB
- Stars: 166
- Watchers: 9
- Forks: 32
- Open Issues: 1
-
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
- discord-api-libs - seyfert - the black magic Discord framework 🧙♂️ (Libraries / TypeScript)
README
![]()
**Seyfert is a brand-new Discord framework to take the bot development to a next level**
[](https://github.com/tiramisulabs/seyfert/blob/main/LICENSE)
[](https://www.npmjs.com/package/seyfert)
[](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
deno add npm: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)