0xDevansh / chookscord

Fast Discord.JS Framework

Home Page:https://guide.chooks.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chookscord-project

Fast Discord.JS Framework

npm (scoped) npm Discord Server GitHub Stars

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

About

Fast Discord.JS Framework

https://guide.chooks.app

License:MIT License


Languages

Language:TypeScript 91.0%Language:JavaScript 9.0%