Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
fixed bio
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb authored Feb 13, 2021
1 parent ce44c9c commit 47dcde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/plugins/fun/whois.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def who_is(message: Message):
pass
else:
message_out_str += f"<b>πŸ‘₯ Common Chats:</b> <code>{cc_no}</code>\n"
message_out_str += f"<b>πŸ“ Bio:</b> <code>{from_chat.description}</code>\n\n"
message_out_str += f"<b>πŸ“ Bio:</b> <code>{from_chat.bio}</code>\n\n"
message_out_str += f"<b>πŸ‘ Last Seen:</b> <code>{from_user.status}</code>\n"
message_out_str += "<b>πŸ”— Permanent Link To Profile:</b> "
message_out_str += (
Expand Down

0 comments on commit 47dcde6

Please sign in to comment.