Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
/ discord-bot-cli Public archive

An easy way to build a command-based discord bot with discord.js.

License

Notifications You must be signed in to change notification settings

tguichaoua/discord-bot-cli

Repository files navigation

Welcome to discord-bot-cli 👋

Version Documentation Maintenance License: MIT

⚠️ This project is deprecated

An easy way to build a command-based discord bot with discord.js.

Install

npm i discord-bot-cli

Check out the wiki for more details.

Documentation

Example

The repository contains an example bot in the example folder. To run it:

  1. Clone this repository : git clone https://github.com/tguichaoua/discord-bot-cli.git dbc
  2. Enter the folder : cd dbc
  3. Install dependencies : npm ci
  4. In the example folder, create a copy of env.example.jsonc and name it env.json
  5. Fill up env.json and remove comments
  6. Run the example bot : npm run example

Author

👤 Tristan Guichaoua

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Tristan Guichaoua.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator