aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/githubinfo.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-03-19 15:23:24 -0400
committerGravatar ToxicKidz <[email protected]>2021-03-19 15:23:24 -0400
commit658b3b4de1112378e9694b95bcba3d4b8c5213f7 (patch)
tree8f92b80f491ac9f4006afd7173141c917f7f1a0c /bot/exts/evergreen/githubinfo.py
parentMake alias repository, not repositories (diff)
Missed a \n
Diffstat (limited to 'bot/exts/evergreen/githubinfo.py')
-rw-r--r--bot/exts/evergreen/githubinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/githubinfo.py b/bot/exts/evergreen/githubinfo.py
index b683065e..521b94e7 100644
--- a/bot/exts/evergreen/githubinfo.py
+++ b/bot/exts/evergreen/githubinfo.py
@@ -132,7 +132,7 @@ class GithubInfo(commands.Cog):
# If it's a fork, then it will have a parent key
if parent:
- embed.description += f"\nForked from [{parent['full_name']}]({parent['html_url']})"
+ embed.description += f"\n\nForked from [{parent['full_name']}]({parent['html_url']})"
embed.set_author(
name=repo_owner["login"],