UNPKG

cross-bot-bridge

Version:

A simple and customizable cross-bot bridge package that connects Discord and Telegram with admin and owner features, auto-reconnecting, media handling, message formatting conversion, user identity mapping, emoji and reaction support, and a command system.

17 lines 470 B
{ "discordToken": "YOUR_DISCORD_BOT_TOKEN", "telegramToken": "YOUR_TELEGRAM_BOT_TOKEN", "telegramChatId": "YOUR_TELEGRAM_CHAT_ID", "discordPrefix": "Discord", "telegramPrefix": "Telegram", "commandPrefix": "!", "logLevel": "info", "admins": ["admin1", "admin2"], "owner": "ownerUsername", "userMapping": {}, "customPrefixes": { "discord": "!", "telegram": "/" }, "messageCacheSize": 100 }