This bot was created for channel and chat management.
- Clone repository
git clone https://github.com/MSD-Incorporated/MSDBotTelegram
- Replace all enviroments with your own.
TOKEN
: Your Telegram bot token that you can get from @BotFatherTELEGRAPH_TOKEN
: Telegra.ph token for copying telegra.ph postsSAUCENAO_TOKEN
: SauceNAO token for searching full
- Use Bun or Node to start bot.
- Install Bun
- Install all dependencies:
bun install
- Use command
bun bun:start
- Install NodeJS
- Install all dependencies:
npm install
- Build the bot:
node run build
- Use command
node run start