From 256e786e74f25d6f243b1717d9ce299a82fb1c67 Mon Sep 17 00:00:00 2001 From: Levi Date: Sat, 24 Sep 2022 02:06:40 +0200 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e3d561 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# MediaFixer + +Auto changes twitter.com links on Discord to fxtwitter.com (or any other of your choice), embedding media correctly + +## Deployment + +Clone the repo: + + git clone https://github.com/LeviSnoot/MediaFixer.git && cd MediaFixer + +Install dependencies: + + npm install + +Edit `config.json` to include your bot token. + + nano config.json + + +Deploy by running the following command: + + node .