fg-devs / autoreact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto React

This bot auto-reacts to specific channels

Requirements

Setup

Configure the Bot

  1. Copy config.example.yml and change the name to config.yml
  2. Fill out the config.yml

Run the Bot

# install dependencies
npm i
# start the bot
npm start

Examples

How to add a channel:

  • .add #channelname

How to remove a channel:

  • .remove #channelname

How to autoreact the last 100 messages in a channel:

  • .react

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%