Skip to content

Commit

Permalink
fix: add a status emoji for on_hold in telegram bot
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintShit committed Feb 20, 2024
1 parent 87906e4 commit 0db9b99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/telegram/handlers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,9 @@ def get_user_info_text(
'active': '✅',
'expired': '🕰',
'limited': '🪫',
'disabled': '❌'}
'disabled': '❌',
'on_hold': '🔌',
}
text = f'''\
┌─{statuses[status]} <b>Status:</b> <code>{status.title()}</code>
│ └─<b>Username:</b> <code>{username}</code>
Expand Down

0 comments on commit 0db9b99

Please sign in to comment.