Node.JS application for automatically replying to messages.
To install, just follow these simple steps.
- Clone or download this repository.
- Run
npm i
to install all project dependencies. - Run
node setup.js
to get the configuration set up. - After configuring the app, run
node index.js
to start.
After starting the app, you can send %!on
to enable AutoReply or %!off
to disable AutoReply.
If someone messages you via DM after turning on AutoReply, your account will automatically send the message you configured in the setup.
But what if you wanted to change the message? That can be done easily with %!setmsg
. Use %!setmsg <msg>
to set the AutoReply message.
To check if AutoReply is turned on or off, run %!value
.