diff options
author | 2021-03-20 11:41:12 -0400 | |
---|---|---|
committer | 2021-03-20 11:41:12 -0400 | |
commit | 69569fe2c5dafb659b3c56e764d034281686492e (patch) | |
tree | 85667c3fa6cd03066b0b19b46647d2fe7e490cfa | |
parent | Fix imports (diff) |
Change
-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 ebb265b5..5559a464 100644 --- a/bot/exts/evergreen/githubinfo.py +++ b/bot/exts/evergreen/githubinfo.py @@ -132,7 +132,7 @@ class GithubInfo(commands.Cog): embed = discord.Embed( title=f"{repo_data['name']}", description=repo_data["description"], - colour=0x7289da, + colour=discord.Colour.blurple(), url=repo_data['html_url'], timestamp=datetime.strptime(repo_data['pushed_at'], "%Y-%m-%dT%H:%M:%SZ") ) |