ovo / discord-mirror

forward all messages from one discord server to another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-mirror

Script that creates a copy of a discord server and relays all messages from the target server to the cloned server.

Warning ⚠️

This script is a "self-bot" which is agaist Discord's terms of service and can result in a termination of your account. Remember to never share your Discord token with anyone. Use at your own risk.

Usage:

  • Clone repo and open the folder with command prompt or terminal.
  • If using npm, run npm install or yarn if using yarn.
  • Rename .env.example to .env and replace example values with your Discord auth token and the ID of the target server (you must be in this server).
  • For npm users, run npm build and npm start or yarn build and yarn start if using yarn.

About

forward all messages from one discord server to another


Languages

Language:TypeScript 94.2%Language:JavaScript 4.5%Language:Shell 1.3%