Skip to content

stegripe/discord-chat-mirror

Repository files navigation

Discord Chat Mirror

Github top language Github language count Repository size Repository license

Disclaimer   |   About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author

⚠️ Disclaimer ⚠️

This script is a "self-bot" if you use your user account instead of a bot, which is against Discord's terms of service and can result in a termination of your account.

Remember to never share your Discord token with anyone. If you are not sure what this means, you should not be using this script.

This project is an educational purpose only. I am not responsible for any misuse or damage caused by this script.

Use at your own risk.

About

Discord Chat Mirror, as the name stated, this is a tool to mirror a discord chat on specific channel to another one you wish. It uses Discord WebSocket and Discord Webhook.

What inspire me is, when I was bored I saw a video on YouTube about the same as this project, but the one I saw could not send files or images, so i decided to make one for myself. I hope you enjoy it!

Features

  • Support .gif profile picture;
  • Mirror normal message(s);
  • Mirror file(s);
  • Mirror embed(s);
  • Mirror sticker(s) as an image;

Technologies

The following tools were used in this project:

Starting

Clone this project;

git clone https://github.com/Tiramitzu/discord-chat-mirror.git

Access the script with;

cd discord-chat-mirror

Rename .env.example to .env and fill the value;

mv .env.example .env

Install dependencies;

npm install

or if you are using yarn

yarn

Run the project;

npm run build && npm run start

or if you are using yarn

yarn build && yarn start

License

This project is under the license of BSD 3-Clause. For more details, see the LICENSE file.

Made with ❤️ by Tiramitzu

 

Back to top