Skip to content

Commit a8cded7

Browse files
committed
remove unnecessary return
1 parent 79268d6 commit a8cded7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

bot/exts/utilities/githubinfo.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,6 @@ async def github_repo_info(self, ctx: commands.Context, *repo: str) -> None:
402402
return
403403

404404
repo_data = repos["items"][0] # Top result
405-
embed = self.build_embed(repo_data)
406-
407-
await ctx.send(embed=embed)
408-
return
409405

410406
# Case 3: Regular GitHub repo
411407
else:

0 commit comments

Comments
 (0)