- 🚀 Simple, Declarative Interface
- 💪 Powerful Application Command Integration
- 🔨 First Class TypeScript Support
- 🔥 Hot Command Reloading
Visit the guide at https://guide.chooks.app for more info.
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
MIT