ReactBot/README.org

588 B

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