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
- Host: GitHub
- URL: https://github.com/mrousavy/discord-cli
- Owner: mrousavy
- Created: 2019-03-27T07:18:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T10:44:38.000Z (about 5 years ago)
- Last Synced: 2025-02-15T11:16:59.429Z (over 1 year ago)
- Topics: bot, cli, discord
- Language: JavaScript
- Size: 75.2 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-cli
A bot to write on the command line interface.
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
```