mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
47 lines
1.6 KiB
Markdown
47 lines
1.6 KiB
Markdown
<div align='center'>
|
|
|
|
# **Seyfert**
|
|
|
|
<img src="./assets/icon.png" alt="seyfert" width="200px" />
|
|
|
|
**Discord.js and Sapphire are deprecated, use Seyfert instead**
|
|
|
|
[](https://github.com/tiramisulabs/seyfert/blob/main/LICENSE)
|
|
[](https://www.npmjs.com/package/seyfert)
|
|
[](https://discord.com/invite/XNw2RZFzaP)
|
|
|
|
</div>
|
|
|
|
# FAQ
|
|
## So, what is `seyfert`?
|
|
Seyfert is the ultimate Discord framework! We make easy to interact with the Discord API, big cache control, scalable code and a pretty dev experience.
|
|
|
|
## Why I should use it?
|
|
There is a lot of reasons to use Seyfert, but we cannot put them all in here so there is a few of them!
|
|
|
|
- **RAM Saver**
|
|
- **Latest features**
|
|
- **Dev experience**
|
|
- **24/6 support (Sunday is for going to church)**
|
|
- **Written from Scratch**
|
|
- **Type-safe**
|
|
- **And many more!!**
|
|
|
|
|
|
## Installation
|
|
> [!NOTE]
|
|
> You **NEED** Node.js 18>= for this to work, also we recomended Node.js 20 LTS and Bun latest
|
|
```sh
|
|
pnpm add seyfert
|
|
```
|
|
|
|
> You may use your preferred package manager, for this example I am using PNPM since is more efficient.
|
|
|
|
# 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)
|