From 2c85bfbe361360e0d35ebd1652c76254f7682d41 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Wed, 20 Nov 2024 01:48:28 -0500 Subject: [PATCH] Update readme, remove unused files --- README.md | 2 +- plugins/helloworld.js | 3 --- util/consolecolors.json | 0 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 plugins/helloworld.js delete mode 100755 util/consolecolors.json diff --git a/README.md b/README.md index 06d5b1b..72182c6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you find any exploits, security issues, etc in the code, please send me an is 2. Download the latest release, or alternatively, download the latest development version using `git clone https://code.chipmunk.land/7cc5c4f330d47060/botv12`. 3. Extract the files if necessary. 4. Run `npm install` in the bot's directory. If it doesn't work, try using the Node.js command prompt, or adding Node.js to your PATH. -5. Copy the reference configuration from [the old repository](https://code.chipmunk.land/7cc5c4f330d47060/owobot) to `settings.json`, and adjust the settings to fit your needs. +5. Copy the reference configuration (`settings_example.js` in the root) to `settings.js`, and adjust the settings to fit your needs. The secrets are also contained in this file as well. 6. Run ./launch.sh (macOS, Linux, FreeBSD) or ./launch.cmd (Windows). This will start a bot launcher, which will restart the bot when the process closes. Alternatively, you can run `node index.js` to start the bot only once (it will still rejoin when kicked). If it displays an error saying `node` is not a command, please make sure Node.js is on your PATH. ## Command list diff --git a/plugins/helloworld.js b/plugins/helloworld.js deleted file mode 100644 index f2cbbbf..0000000 --- a/plugins/helloworld.js +++ /dev/null @@ -1,3 +0,0 @@ -export default function load (b) { - console.log(`Test plugin loaded on bot ${b.id}`) -} diff --git a/util/consolecolors.json b/util/consolecolors.json deleted file mode 100755 index e69de29..0000000