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

https://github.com/newlandtv/consolechat

Discord Chat Bot on Web and Console. (Terminal)
https://github.com/newlandtv/consolechat

bot chat discord js node

Last synced: 3 months ago
JSON representation

Discord Chat Bot on Web and Console. (Terminal)

Awesome Lists containing this project

README

          

# How to run

Clone this repository.

```sh
git clone https://github.com/NewLandTV/ConsoleChat.git
cd ConsoleChat
```

```sh
npm install
```

Create a config.json file.

```json
{
"clientId": "bot client id",
"guildId": "guild id",
"token": "bot token",
"yourId": "your id"
}
```

```sh
deploy
```

```sh
node . # node index.js
```