yuuki.js
v0.2.0
Published
Next generation discord bot framework
Downloads
3
Readme
Yuuki.JS
Next Generation Discord Bot Framework
- Serverless Ready
- Hot Code Reload
- Automatic Command Syncing
- ESM Compatible
Yuuki.JS is a new type of JS Discord bot framework with the same level of features and tooling present in most modern frontend frameworks
By embracing Discord's REST API as the default instead of their Gateway API, we can take advantage of any type of deployment:
- Serverless: For bots with simple functions. Effortlessly scale from free to handling thousands of interactions
- Self-Hosted: The "vanilla" experience. Setup your bot in any way you like
- Hybrid: Take advantage of both worlds. Manage your bot's Gateway client while having the flexibility of deploying to serverless
Getting Started
To get started developing your own bot, you first need to get your bot's token and your test server's guild id.
npm create yuuki@latest my-bot
cd my-bot
npm run dev