Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
Β·
a2178a1
1
Parent(s):
9830b39
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:
|