Captain Ezio commited on
Commit
bbaa7d3
Β·
1 Parent(s): da6c977

chill guys nothing major

Browse files
Files changed (1) hide show
  1. 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 @{username}:</b>\n"
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: