Captain Ezio commited on
Commit
545a136
·
1 Parent(s): 81ba255

Update utils.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py CHANGED
@@ -232,7 +232,7 @@ async def github(_, m: Message):
232
  REPLY += f"<b>Email:</b> <code>{email}</code>\n"
233
  if company:
234
  org_url = company.strip("@")
235
- REPLY += f"<b>Company:</b> <a href='{org_url}'>{company}</a>\n"
236
  if location:
237
  REPLY += f"<b>Location:</b> <code>{location}</code>\n"
238
  REPLY += f"<b>Created at:</b> <code>{created_at}</code>\n"
 
232
  REPLY += f"<b>Email:</b> <code>{email}</code>\n"
233
  if company:
234
  org_url = company.strip("@")
235
+ REPLY += f"<b>Company:</b> <a href='https://github.com/{org_url}'>{company}</a>\n"
236
  if location:
237
  REPLY += f"<b>Location:</b> <code>{location}</code>\n"
238
  REPLY += f"<b>Created at:</b> <code>{created_at}</code>\n"