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)
- Host: GitHub
- URL: https://github.com/newlandtv/consolechat
- Owner: NewLandTV
- License: mit
- Created: 2025-06-28T01:31:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-28T01:49:26.000Z (about 1 year ago)
- Last Synced: 2025-06-28T02:36:56.818Z (about 1 year ago)
- Topics: bot, chat, discord, js, node
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```