From 2c0f24f6519538ab7222bed1ea4d16fda1de60e9 Mon Sep 17 00:00:00 2001 From: w0ahL <149548505+w0ahL@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:54:46 -0400 Subject: [PATCH] Small changes w/ README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 47c7d5d..457d3ef 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,17 @@ -# skribbl-relay - +# Skribbl-Relay This project is a relay server that takes chat messages & events from skribbl.io and forwards them to a Discord webhook. The Discord webhook URL is configured in the `.env` file. ## Installation - 1. Clone the repository: `git clone https://github.com/w0ahL/Skribbl-Relay.git` 2. Install the dependencies: `npm i` 3. Configure the Discord webhook URL in the `.env` file. 4. Start the relay: `node .` ## Usage - The relay will forward any chat messages and or events it receives from skribbl.io and sends it to the configured Discord webhook. ## Contributing - If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. ## License - This project is licensed under the [GPL-3.0 License](LICENSE). \ No newline at end of file