Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit d2f85ee

Browse files
authored
Merge pull request #50 from is-a-dev/MaskDuck-patch-1
Update github.py
2 parents b284655 + fb1e369 commit d2f85ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_orangcbot/extensions/github.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ async def on_message(self, message: nextcord.Message):
8484
"GET",
8585
f"https://api.github.com/repos/{pr.repo_owner}/{pr.repo_name}/issues/{pr.pr_id}",
8686
)
87-
embed_description += f"[(#{pr.pr_id}) {i['title']}]({i[
88-
'html_url']})\n"
87+
embed_description += f"[(#{pr.pr_id}) {i['title']}]({i['html_url']})\n"
8988
await message.channel.send(
9089
embed=nextcord.Embed(
9190
title="PR/Issue",

0 commit comments

Comments
 (0)