diff options
author | 2021-03-19 15:23:24 -0400 | |
---|---|---|
committer | 2021-03-19 15:23:24 -0400 | |
commit | 658b3b4de1112378e9694b95bcba3d4b8c5213f7 (patch) | |
tree | 8f92b80f491ac9f4006afd7173141c917f7f1a0c /bot/exts/evergreen/githubinfo.py | |
parent | Make alias repository, not repositories (diff) |
Missed a \n
Diffstat (limited to 'bot/exts/evergreen/githubinfo.py')
-rw-r--r-- | bot/exts/evergreen/githubinfo.py | 2 |
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"], |