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

https://github.com/isigar/discord-automessage-bot

Send automessages & change status
https://github.com/isigar/discord-automessage-bot

Last synced: 10 months ago
JSON representation

Send automessages & change status

Awesome Lists containing this project

README

          

# discord automessage bot

### Requirements
- node 16+
- npm

### How to install

1) Install with NPM needed packages
```
npm install
```

2) Change in index.js room ID

```js
const ROOM = 'YOUR_ROOM_ID';
```

and login token

```js
client.login('YOUR_BOT_TOKEN');
```

4) Edit in index.js messages & chat messages
5) Run with node ./index.js

You can use service as pm2 to run in it background.