aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-03-21 08:36:09 -0400
committerGravatar GitHub <[email protected]>2021-03-21 08:36:09 -0400
commited26d381e1959523b9a5da2866f7f1f917ee7bae (patch)
treec345e3d583a6b30f83b48d6c7912349617d4be4d
parentMake last commit not a timestamp to improve readability (diff)
Add the embed kwarg to ctx.send
-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 67d91589..1be2e385 100644
--- a/bot/exts/evergreen/githubinfo.py
+++ b/bot/exts/evergreen/githubinfo.py
@@ -50,7 +50,7 @@ class GithubInfo(commands.Cog):
colour=Colours.soft_red
)
- await ctx.send()
+ await ctx.send(embed=embed)
return
org_data = await self.fetch_data(user_data['organizations_url'])