Skip to content

seniorsoftwarevlogger/bibotybot

 
 

Repository files navigation

Cut the BS on Telegram

Simple bot that deletes t.me links from the channel posts.

Start the bot

NODE_ENV=production BOT_TOKEN= PORT= node index.js

It will be listening on:

http://<domain>:<PORT>/<BOT_TOKEN>

Required ENV variables

BOT_TOKEN=

Optional ENV variables

SENTRY_DSN=

Features

  1. Ban Replication: The bot now supports replicating ban events across all managed channels upon receiving a ban command from an admin.

Ban Replication Feature

This new feature allows admins to issue a ban command that will be replicated across all channels managed by the bot. The ban propagates through the channels automatically.

How to Issue a Ban Command

Admins can issue a ban command in the following format:

/ban <user_id>

Where <user_id> is the unique identifier of the user to be banned. The bot will confirm once the user has been banned from all managed channels.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Dockerfile 1.0%