discord-bot-cli
Version:
An easy way to build a command-based discord bot with discord.js.
55 lines (37 loc) ⢠1.93 kB
Markdown
<h1 align="center">Welcome to discord-bot-cli š</h1>
<p>
<a href="https://www.npmjs.com/package/discord-bot-cli" target="_blank">
<img alt="Version" src="https://img.shields.io/npm/v/discord-bot-cli.svg">
</a>
<a href="https://github.com/tguichaoua/discord-bot-cli/wiki" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
<a href="https://github.com/tguichaoua/discord-bot-cli/graphs/commit-activity" target="_blank">
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
</a>
<a href="https://github.com/tguichaoua/discord-bot-cli/blob/master/LICENSE" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/github/license/tguichaoua/discord-bot-cli" />
</a>
</p>
> An easy way to build a command-based discord bot with [discord.js](https://www.npmjs.com/package/discord.js).
## Install
```sh
npm i discord-bot-cli
```
Check out [the wiki](https://github.com/tguichaoua/discord-bot-cli/wiki/Installation-and-Setup) for more details.
## Documentation
- [Documentation](https://tguichaoua.github.io/discord-bot-cli/v6/)
- [Wiki](https://github.com/tguichaoua/discord-bot-cli/wiki)
## Author
š¤ **Tristan Guichaoua**
- Website: https://tguichaoua.github.io/
- Github: [@tguichaoua](https://github.com/tguichaoua)
## š¤ Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/tguichaoua/discord-bot-cli/issues).
## Show your support
Give a āļø if this project helped you!
## š License
Copyright Ā© 2020 [Tristan Guichaoua](https://github.com/tguichaoua).<br />
This project is [MIT](https://github.com/tguichaoua/discord-bot-cli/blob/master/LICENSE) licensed.
---
_This README was generated with ā¤ļø by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_