diff --git a/apps/telegram-bot/commands.py b/apps/telegram-bot/commands.py index 8a2b818..ae66faa 100644 --- a/apps/telegram-bot/commands.py +++ b/apps/telegram-bot/commands.py @@ -105,8 +105,6 @@ def format_bounty(b, show_id: bool = True, slice_length: int = 0) -> str: parts.append(f"⏰ Today (OVERDUE)") else: parts.append(f"⏰ {due_str} ({days_left}d)") - if b.created_by_user_id: - parts.append(f"by {b.created_by_user_id}") return " | ".join(parts)