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

Looks good

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