Listens for new chat messages from a specific channel, and performs discord actions using your user when they come in. Handy if you want to trigger a bot that is only configured for your own account. Not my fault if this voids anyone's warranties
- Install a recent version of node (i.e. using homebrew on Mac)
- Clone this repo to a folder on your computer
- Install dependencies with
npm install
- Set up your config
cp .env.example .env
(then add your username/password/channel URL/and ignored usernames list)
node index.mjs