Spaces:
Running
Running
Captain Ezio
commited on
Commit
Β·
bbaa7d3
1
Parent(s):
da6c977
chill guys nothing major
Browse files- Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py
CHANGED
@@ -215,7 +215,7 @@ async def github(_, m: Message):
|
|
215 |
blog = r.get("blog", None)
|
216 |
twitter = r.get("twitter_username", None)
|
217 |
|
218 |
-
REPLY = f"<b>π§βπ» GitHub Info for
|
219 |
if name:
|
220 |
REPLY += f"\n<b>π£ Name:</b> <code>{name}</code>\n"
|
221 |
if bio:
|
|
|
215 |
blog = r.get("blog", None)
|
216 |
twitter = r.get("twitter_username", None)
|
217 |
|
218 |
+
REPLY = f"<b>π§βπ» GitHub Info for {username}:</b>\n"
|
219 |
if name:
|
220 |
REPLY += f"\n<b>π£ Name:</b> <code>{name}</code>\n"
|
221 |
if bio:
|