Disclaimer | About | Features | Technologies | Requirements | Starting | License | Author
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.
Its not dead, I just dont have time to maintain it
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!
- Support .gif profile picture;
- Mirror normal message(s);
- Mirror file(s);
- Mirror embed(s);
- Mirror sticker(s) as an image;
The following tools were used in this project:
Clone this project;
git clone https://github.com/Tiramitzu/discord-chat-mirror.gitAccess the script with;
cd discord-chat-mirrorRename .env.example to .env and fill the value;
mv .env.example .envInstall dependencies;
npm installor if you are using yarn
yarnRun the project;
npm run build && npm run startor if you are using yarn
yarn build && yarn startThis project is under the license of BSD 3-Clause. For more details, see the LICENSE file.
Made with ❤️ by Tiramitzu