Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 2.06 KB

README.md

File metadata and controls

75 lines (50 loc) · 2.06 KB

👻 Please follow me for new updates Dev.to | Github | Github Org
😉 Please join our discord server Discord
💫 Please have an interesting relationship with me Telegram | Email

Discord to Telegram Token Contract Address Forwarder

This is a simple script that forwards messages from a Discord channel to a Telegram bot.

Update_4.mp4

Main Features

  • Forward messages from a Discord channel to a Telegram bot.

Screenshots

  • Server, Channel message forward image image

  • Direct message forward image image

  • Server, Channel message forward image image

  • Direct message forward image image

Tech stack

  • node.js
  • discord.js-selfbot-v13

Prerequisites

  • Noedjs-selfbot-v13
  • Node.js 22+

Configuration

  1. clone the repository:
https://github.com/Any-bot/D2T_CA_bot_Node.git
  1. Go to the project directory:
cd D2T_CA_bot_Node
  1. Install the required packages:
npm install
  1. Create a .env file in the root directory of the project and add the following variables:
DISCORD_USER_TOKEN=
TELEGRAM_API_ID=
TELEGRAM_API_HASH=
  1. Run the script:
npm start