Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 925 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 925 Bytes

MirrorBot

Mirrors messages from one discord channel to another using multiple bots/users! Just configure it on the top of the file and run!

How to configure:

Install node.js

Edit the following variables on the top: Set the usertoken variable to the token of the bot/user you want to use for the channels you want to mirror FROM Set the bottoken variable to the token of the bot/user you want to use for the channels you want to mirror TO Add the channel ids (in quotes seperated by commas bc it's an array) for the channels you want to forward FROM to the forwardfrom array Add the channel ids (in quotes seperated by commas bc it's an array) for the channels you want to forward TO to the forwardto array

Run the following Commands:

npm i discord.js-selfbot-v11

node server.js

Finished Product!:

Screenshot