1.1.3 • Published 2 years ago

@piarre/dicli v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

DiCLI

My brief personal CLI Discord bot creator


Installation

Install with npm :

  npm install @piarre/dicli

Install via package.json :

  npm install @piarre/dicli

My CLI can be use to create your own Discord Bot, with JavaScript and Python.

Javascript

1. Install the packages.
    npm install
2. Your credentials
    Change the client.json settings (Token and prefix).
3. Run the bot
    Run the bot by runnig npm run start

Python

1. Install the packages.
    Install the packages by running pip install -r requirements.txt
2. Your credentials
    Change the credentials in the main.py (Token and prefix).
3. Run the bot
    Run the bot by runnig py main.py

Java

1. Install the packages.
    Open the config.toml
2. Your credentials
    Change the credentials (Token and prefix).
3. Run the bot
    Run the bot with Java