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
- Host: GitHub
- URL: https://github.com/isigar/discord-automessage-bot
- Owner: Isigar
- License: isc
- Created: 2021-09-13T11:45:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T11:54:51.000Z (almost 5 years ago)
- Last Synced: 2025-06-03T23:11:04.236Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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.