1.0.1 • Published 1 year ago

spawn-discord-bot v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Spawn Discord Bot

A CLI for creating an advanced Discord.JS bot template, complete with handlers for slash commands, message commands, buttons, context menus, and modals. Choose between a JavaScript or TypeScript template.

Getting Started

npx spawn-discord-bot

Once you've completed the process...

cd YOUR_BOT_FOLDER
npm i 
npm run configure

And that's it! The template contains examples to help get you started.