discordjs-bot-cli
v7.0.0
Published
A CLI for helping in making Discord bots easily.
Downloads
3
Readme
discordjs-bot-cli
discordjs-bot-cli is a CLI that helps in making Discord bots easily. It is used with discord.py and can be installed with PIP.
Features
- Auto check-and-update. No manual updation.
- Variations in project making: JSON, .env and no .env file projects.
- Hosting: Git and Heroku, and Github and Heroku.
- Commands to simplify tasks.
Installation
To install discordjs-bot-cli use this command in terminal: If using NPM:
npm install --global discordpy-bot-cli
If using Yarn:
yarn global add discordpy-bot-cli
Commands
This CLI has 2 commands.
init
: Initializes a Discord bot project.
deploy
: Deploys the bot (Use with Git and Heroku).
And to use these, type dcjs
followed by the command.
To know more about commands and options, do dcjs help
.