An open API service indexing awesome lists of open source software.

https://github.com/mrousavy/discord-cli

CLI for discord bots
https://github.com/mrousavy/discord-cli

bot cli discord

Last synced: 2 months ago
JSON representation

CLI for discord bots

Awesome Lists containing this project

README

          

# discord-cli

A bot to write on the command line interface.


Demo GIF

Add Bot Token to `token.txt` file (Get one at the [developer portal](https://discordapp.com/developers/applications/)) and run bot:

```sh
git clone https://github.com/mrousavy/discord-cli
cd discord-cli
echo DISCORD_BOT_TOKEN_GOES_HERE > token.txt
npm install
node index.js
```