Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Discord Mirror, An easy way to move messages from a channel to another channel using an Account-Token and a Discord Webhook

Notifications You must be signed in to change notification settings

LogiqueArchive/Advanced-Discord-Mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Mirror Manager

Add / remove / Delete and manage your discord mirror clients with a Bot Client!

What is Discord Mirror?

A System For transfer all messages from a channel to another channel by using a discord webhook and an account Token!

Features

  • Manage your mirrors very easy and fast
  • Easy to use and user Friendly!
  • Mirror Medias as links
  • Mirror All embeds and messages

Installation

Creating a Bot:

create an application in discord developer portal Then Click on ADD BOT Button

Copy your bot token and Fill The config.json file:

{
    "clientId":"Your Bot's ID",
    "guildId":"Your server id (For registering slash commands)",
    "token":"Your discord Bot's Token",
    "ids": ["ID 1", "ID 2"],
    "Logger": "Your log webhook URL"
}

How to run?

  npm i
  node reg.js
  node index.js

Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

About

Discord Mirror, An easy way to move messages from a channel to another channel using an Account-Token and a Discord Webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published