Open Issues Need Help
View All on GitHubAI 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.
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.