Parses links that commonly embed incorrectly (or not at all) on Discord to various third-party link embed services.
Find a file
Levi 4e9058f95d
Update config.json
Fix embarrassing .json syntax error
2022-09-24 02:17:01 +02:00
.eslintrc.json Create .eslintrc.json 2022-09-24 01:58:12 +02:00
config.json Update config.json 2022-09-24 02:17:01 +02:00
index.js Major rewrite 2022-09-24 01:51:13 +02:00
package-lock.json Update package-lock.json 2022-09-24 01:56:51 +02:00
package.json Update package.json 2022-09-24 01:55:09 +02:00
README.md Create README.md 2022-09-24 02:06:40 +02:00

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 .