https://github.com/chookscord/framework
Fast Discord.JS Framework
https://github.com/chookscord/framework
bot discord discord-bot discord-js discord-js-framework framework nodejs typescript
Last synced: 5 months ago
JSON representation
Fast Discord.JS Framework
- Host: GitHub
- URL: https://github.com/chookscord/framework
- Owner: chookscord
- License: mit
- Created: 2021-08-07T15:43:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T08:07:04.000Z (over 2 years ago)
- Last Synced: 2025-02-07T11:01:47.394Z (about 1 year ago)
- Topics: bot, discord, discord-bot, discord-js, discord-js-framework, framework, nodejs, typescript
- Language: TypeScript
- Homepage: https://guide.chooks.app
- Size: 2.71 MB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chookscord-project
## Fast Discord.JS Framework
[](https://npmjs.com/package/chooksie)
[](https://npmjs.com/package/chooksie)
[](https://discord.gg/24Kh8sf8hu)
[](https://github.com/chookscord/framework)
## Features
- :rocket: Simple, Declarative Interface
- :muscle: Powerful Application Command Integration
- :hammer: First Class TypeScript Support
- :fire: Hot Command Reloading
## Documentation
Visit the guide at for more info.
## Quick Start
Using the [`create-chooks-bot`](https://npmjs.com/package/create-chooks-bot) scaffold:
```sh
# Create a new bot using the scaffold package
$ npm create chooks-bot my-bot
# Start your new bot
$ cd my-bot
$ npm run dev
```
Using the [CLI tool](https://npmjs.com/package/@chookscord/cli):
```sh
# Install the CLI tool
$ npm i -g @chookscord/cli
# Create a new bot using the CLI tool
$ chooks init my-bot
# Start your new bot
$ cd my-bot
$ chooks
```
## License
MIT