mirror of
https://github.com/LeviSnoot/MediaFixer.git
synced 2024-12-03 18:20:02 +01:00
Create README.md
This commit is contained in:
parent
4660c5de57
commit
256e786e74
1 changed files with 22 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -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 .
|
Loading…
Reference in a new issue