This project uses discord.js-selfbot-v13 to forward messages from specific Discord channels to predefined webhooks. The bot processes messages, removes certain mentions, and forwards them along with embeds, attachments, and stickers.
- Message Forwarding: Captures messages from specified channels and forwards them to associated webhooks.
- Mention Replacement: Replaces
@everyoneand@herementions with a specific role mention so that you wont get spammed. - Content Cleanup: Removes role mentions, channel mentions, and message links.
- Embed Support: Extracts and forwards embed data (titles, descriptions, images, etc.) customizable
- Attachment and Sticker Handling: Includes attachments and stickers in the forwarded content.
- Node.js installed on your system.
- A Discord account and a valid token its a selfbot (Discord doesn't allow the use of selfbots, use the script at your own risk)
- The
discord.js-selfbot-v13,axios, andfsmodules installed.
- Clone the repository or download the code.
- Install
discord.js-selfbot-v13,axios, andfsif not usingnpm install. - Fill in the
config.jsfile with discord account token role ID to be mentioned during@everyoneand@hereping. webhookMap.jsonto be filled with CHANNEL ID and Webhook Link.
