diff options
| -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 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'])  |