aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/githubinfo.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-03-20 11:27:35 -0400
committerGravatar ToxicKidz <[email protected]>2021-03-20 11:27:35 -0400
commit1e521da0b5b497162c082e09c7ddf8d75a24910d (patch)
treec38d13ecbafcd22123ae8d8463a7d1c958b1e3f9 /bot/exts/evergreen/githubinfo.py
parentMerge branch 'github-repo-command' of https://github.com/ToxicKidz/sir-lanceb... (diff)
parentMake a new line for `created_at` (diff)
Merge branch 'github-repo-command' of https://github.com/ToxicKidz/sir-lancebot into github-repo-command
Diffstat (limited to 'bot/exts/evergreen/githubinfo.py')
-rw-r--r--bot/exts/evergreen/githubinfo.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/bot/exts/evergreen/githubinfo.py b/bot/exts/evergreen/githubinfo.py
index f29b684d..0b2c4c77 100644
--- a/bot/exts/evergreen/githubinfo.py
+++ b/bot/exts/evergreen/githubinfo.py
@@ -151,9 +151,10 @@ class GithubInfo(commands.Cog):
embed.set_footer(
text=(
- f"{repo_data['forks_count']} "
- f"⑂ • {repo_data['stargazers_count']} ⭐ • Created At {repo_created_at} • "
- " Last commit "
+ f"{repo_data['forks_count']} ⑂ "
+ f"• {repo_data['stargazers_count']} ⭐ "
+ f"• Created At {repo_created_at} "
+ f"• Last commit "
)
)