Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Discord Mirror

Mirror messages from any server to any channel.

Installation

  • Install nodejs
  • Grab your discord token by pasting this in browser discord console
  • Create a new webhook and copy the URL
  • Copy the channel ID of the channel you are mirroring
  • Replace the token, webhook URL, Channel ID in app.js
  • Run the following commands to start the process
npm init
npm i selfcore
npm app.js
  • Run these commnands if you want to continue the process without having the IDE open
npm install forever -g
forever start app.js
forever list
forever stop [number]

About

Mirror messages from any server to any channel

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages