https://github.com/camdzic/flucord
A high-level, object-oriented, type-safe, and easy-to-use Discord.js framework for TypeScript
https://github.com/camdzic/flucord
bot bun discord discordbot framework typescript
Last synced: about 1 year ago
JSON representation
A high-level, object-oriented, type-safe, and easy-to-use Discord.js framework for TypeScript
- Host: GitHub
- URL: https://github.com/camdzic/flucord
- Owner: camdzic
- License: other
- Created: 2025-01-22T01:22:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-02T01:53:49.000Z (about 1 year ago)
- Last Synced: 2025-03-02T02:34:49.006Z (about 1 year ago)
- Topics: bot, bun, discord, discordbot, framework, typescript
- Language: TypeScript
- Homepage: https://npmjs.com/package/flucord
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flucord
A high-level, object-oriented, type-safe, and easy-to-use Discord.js framework for TypeScript
## Explanation
I created this framework for personal use, but decided to make it public in case anyone else would like to use it. Although it's still in development, it is already usable. I will continue adding more features and improvements in the future. *Flucord is only usable with [Bun](https://bun.sh/) and [TypeScript](https://www.typescriptlang.org/).*
## Example
You can find an example bot in the [boilerplate repository](https://github.com/camdzic/flucord-boilerplate).
## Wiki & Documentation
You can find the wiki and documentation on the [Wiki page](https://github.com/camdzic/flucord/wiki).
## Features
* Slash & Context Menu Commands
* Events
* Crons
* Triggers *(static interaction handlers)*
* Guard System
* Config System
* Built-in utilities
## Installation
You can install Flucord using bun:
```bash
bun add flucord discord.js
```
## Credits
Flucord is heavily inspired by [Colossus](https://github.com/RyanLandDev/Colossus).
*Colossus* is JDA framework for creating Discord bots with ease. Flucord also uses some of the code from [Sapphire](https://github.com/sapphiredev), huge thanks to them for their amazing work.
## Support
If you need help with Flucord, you can send me a message on Discord (`camdzic`) or open an issue on GitHub.