From 9005fd302ecd013a4cf97ead9db0107795c1f404 Mon Sep 17 00:00:00 2001 From: matty Date: Thu, 9 Feb 2023 20:20:40 -0500 Subject: [PATCH] update readme --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 67a2fa9..22d399c 100644 --- a/README.MD +++ b/README.MD @@ -4,6 +4,6 @@ This project requires NodeJS 18.14.0 and will probably only run effectively on a 2. Enter `yarn` into terminal and press enter 3. Copy/move `.env.example` to `.env` in the root directory 4. Fill out the necessary information (_BEARER entries require BEARER tokens for authentication) -5. Run script by entering in to console "node nice-bot.js " +5. Run script by entering in to console "node nice-bot.js (if applicable)" I'll update this and add more features as times goes on. Yes, it is retarded spaghetti code but it works. I would recommend using `crontab` (see [CrontabGuru](https://crontab.guru/#*/_*_*_*_*)) to run the script every however long you'd like, if you want it to be automated. At the moment, this script does not support replying to mentions as they come, like how the `ebooks` accounts do.