Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
d4445b8
1
Parent(s):
fca90a5
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:
|