0.1.4 • Published 1 year ago

@xmufaro/create-discordjs-bot v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Installation

npm

npm init @xmufaro/discordjs-bot@latest

yarn

yarn create @xmufaro/discordjs-bot

pnpm

pnpm create @xmufaro/discordjs-bot

Running the bot

  1. cd your-project-name
  2. Fill out the .env file with your bot token and configure config.json file
  3. Start Your Project:
npm
npm run dev
yarn
yarn dev
pnpm
pnpm dev

huge credits to this guy