Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 627 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 627 Bytes

Slowed + Reverb Telegram Bot

Fully written in TypeScript with Telegraf and BullMQ

Setup

Requirements

Configuration

Set your bot TOKEN in .env

Install and build

  • Install packages: yarn

  • build and run the bot: yarn tsc && node build/src/bot.js