Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
0a08e1c
1
Parent(s):
f5602f8
Looks good
Browse files- Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py
CHANGED
|
@@ -236,7 +236,7 @@ async def github(_, m: Message):
|
|
| 236 |
if location:
|
| 237 |
REPLY += f"<b>Location:</b> <code>{location}</code>\n"
|
| 238 |
REPLY += f"<b>Created at:</b> <code>{created_at}</code>\n"
|
| 239 |
-
|
| 240 |
if avtar:
|
| 241 |
return await m.reply_photo(photo=f"{avtar}", caption=REPLY)
|
| 242 |
await m.reply_text(REPLY)
|
|
|
|
| 236 |
if location:
|
| 237 |
REPLY += f"<b>Location:</b> <code>{location}</code>\n"
|
| 238 |
REPLY += f"<b>Created at:</b> <code>{created_at}</code>\n"
|
| 239 |
+
|
| 240 |
if avtar:
|
| 241 |
return await m.reply_photo(photo=f"{avtar}", caption=REPLY)
|
| 242 |
await m.reply_text(REPLY)
|