@xmufaro/create-discordjs-bot
v0.1.4
Published
A CLI Tool to create a Discord.js Bot basing on Mufaro's Typescript Handler
Downloads
7
Maintainers
Readme
Installation
npm
npm init @xmufaro/discordjs-bot@latest
yarn
yarn create @xmufaro/discordjs-bot
pnpm
pnpm create @xmufaro/discordjs-bot
Running the bot
cd your-project-name
- Fill out the
.env
file with your bot token and configure config.json file - Start Your Project:
npm
npm run dev
yarn
yarn dev
pnpm
pnpm dev