M-logique / Advanced-Discord-Mirror

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%