Script that creates a copy of a discord server and mirrors all messages sent in real time.
For general usage, just run the start.bat
For developers, do this
- Clone repo and open the folder with command prompt or terminal.
- If using npm, run
npm install
oryarn
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
andnpm start
oryarn build
andyarn start
if using yarn.