Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
be217b2
1
Parent(s):
9ce6a87
Update utils.py
Browse files- Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py
CHANGED
@@ -217,7 +217,7 @@ async def github(_, m: Message):
|
|
217 |
|
218 |
REPLY = ""
|
219 |
if name:
|
220 |
-
REPLY += f"<b>🧑💻 GitHub Info of {name}:</b>\n"
|
221 |
if bio:
|
222 |
REPLY += f"<b>🎯 Bio:</b> <code>{bio}</code>\n"
|
223 |
if url:
|
|
|
217 |
|
218 |
REPLY = ""
|
219 |
if name:
|
220 |
+
REPLY += f"<b>🧑💻 GitHub Info of {name}:</b>\n\n"
|
221 |
if bio:
|
222 |
REPLY += f"<b>🎯 Bio:</b> <code>{bio}</code>\n"
|
223 |
if url:
|