Captain Ezio commited on
Commit
9830b39
Β·
1 Parent(s): bc3cbae

Looks good

Browse files
Files changed (1) hide show
  1. Powers/plugins/utils.py +2 -2
Powers/plugins/utils.py CHANGED
@@ -214,8 +214,8 @@ async def github(_, m: Message):
214
  updated_at = r.get("updated_at", "Not Found")
215
  blog = r.get("blog", None)
216
  twitter = r.get("twitter_username", None)
217
-
218
- REPLY = ""
219
  if name:
220
  REPLY += f"<b>πŸ§‘β€πŸ’» GitHub Info of {name}:</b>\n"
221
  if bio:
 
214
  updated_at = r.get("updated_at", "Not Found")
215
  blog = r.get("blog", None)
216
  twitter = r.get("twitter_username", None)
217
+
218
+ REPLY = ""
219
  if name:
220
  REPLY += f"<b>πŸ§‘β€πŸ’» GitHub Info of {name}:</b>\n"
221
  if bio: