0.1.4 • Published 3 years ago
@xmufaro/create-discordjs-bot v0.1.4
Installation
npm
npm init @xmufaro/discordjs-bot@latestyarn
yarn create @xmufaro/discordjs-botpnpm
pnpm create @xmufaro/discordjs-botRunning the bot
- cd your-project-name
- Fill out the .envfile with your bot token and configure config.json file
- Start Your Project:
npm
npm run devyarn
yarn devpnpm
pnpm dev