Discord Userbot for automatic reactioning
Go to file
Andriy Cherniy 3109577327 i hate js 2022-06-01 09:52:12 +03:00
.gitignore on message event 2022-05-30 22:35:01 +03:00
README.org Initial commit 2022-05-30 14:35:23 +03:00
config.json removed values from config 2022-05-30 14:36:20 +03:00
package.json on message event 2022-05-30 22:35:01 +03:00
pnpm-lock.yaml on message event 2022-05-30 22:35:01 +03:00
react.js i hate js 2022-06-01 09:52:12 +03:00

README.org

React Bot

INSTALL

You need Node.js 17 or newer

  npm install # not recommended
  # OR
  pnpm install # highly recommended

CONFIGURATION

Edit config.json:

    {
      "messageId": "Enter your message id here",
      "channelId": "Enter channel id here",
      "emoji": "Enter emoji you want to react with format: name:id or use real emoji (example: 🎉)"
    }

Also you have to create file called `TOKENS.txt` with your accounts separated by new line

USAGE

Start bot with command:

  npm start