aiogram / aiogram/bot

Do not make banned channels' usernames clickable

Open
#24 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
282
Forks
58
PR merge metrics
No merged PRs in 30d

Description

Currently when a channel is banned, it's username is [posted](https://github.com/aiogram/bot/blob/586b368858f657bb9cc73a149d653455b3edec93/aiogram_bot/handlers/simple_admin.py#L42) with leading @, making it clickable, which helps promoting such channels.
I suggest removing the @ symbol so chat user won't be able to open that channel instantly.

Later another rule can be applied which replaces some symbols in usernames with asterisks (*)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.