Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
7642d1f
1
Parent(s):
01cda28
Looks good
Browse files- Powers/plugins/utils.py +1 -3
Powers/plugins/utils.py
CHANGED
@@ -229,9 +229,7 @@ async def github(_, m: Message):
|
|
229 |
REPLY += f"<b>✉️ Email:</b> <code>{email}</code>\n"
|
230 |
if company:
|
231 |
org_url = company.strip("@")
|
232 |
-
REPLY +=
|
233 |
-
f"<b>™️ Organization:</b> <a href='https://github.com/{org_url}'>{company}</a>\n"
|
234 |
-
)
|
235 |
if blog:
|
236 |
bname = blog.split(".")[-2]
|
237 |
REPLY += f"<b>📝 Blog:</b> <a href={blog}>{bname}</a>\n"
|
|
|
229 |
REPLY += f"<b>✉️ Email:</b> <code>{email}</code>\n"
|
230 |
if company:
|
231 |
org_url = company.strip("@")
|
232 |
+
REPLY += f"<b>™️ Organization:</b> <a href='https://github.com/{org_url}'>{company}</a>\n"
|
|
|
|
|
233 |
if blog:
|
234 |
bname = blog.split(".")[-2]
|
235 |
REPLY += f"<b>📝 Blog:</b> <a href={blog}>{bname}</a>\n"
|