A simple bot for the telegram group "devs with memes"

2 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a feature for a Telegram bot to automatically delete messages associated with successful votekicks. This involves creating a database table to track messages related to votekicks, deleting these messages upon successful votekicks, and using SQL CHECK constraints to delete timed-out votekick entries. The bot already has votekick functionality; this enhancement adds automated cleanup.

Complexity: 4/5
enhancement help wanted

A simple bot for the telegram group "devs with memes"

Python

AI Summary: Modify the Telegram bot's spam detection to identify and remove duplicate links instead of relying on full message text comparison. This will improve accuracy by preventing false positives from slightly altered messages while effectively catching spam bots that reuse links.

Complexity: 4/5
enhancement help wanted

A simple bot for the telegram group "devs with memes"

Python