framework

Fast Discord.JS Framework

MIT License

Downloads
142
Stars
21
Committers
2

chookscord-project

Fast Discord.JS Framework

Features

  • 🚀 Simple, Declarative Interface
  • 💪 Powerful Application Command Integration
  • 🔨 First Class TypeScript Support
  • 🔥 Hot Command Reloading

Documentation

Visit the guide at https://guide.chooks.app for more info.

Quick Start

Using the create-chooks-bot scaffold:

# 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:

# 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

Package Rankings
Top 10.95% on Npmjs.org
Badges
Extracted from project README's
npm (scoped) npm Discord Server GitHub Stars
Related Projects