diff options
author | 2021-11-14 16:55:34 +0100 | |
---|---|---|
committer | 2021-11-14 16:55:34 +0100 | |
commit | 8c2da5a0f80af4458a36cb3977d449c0cc5e039f (patch) | |
tree | e931381b6551e6e6309c21f816b9f694cf24ecd6 /bot/exts/core/extensions.py | |
parent | Resources: add copyright notice to ryanzec_colours.json (diff) | |
parent | Merge pull request #943 from python-discord/file-log-debug (diff) |
Merge branch 'main' into color-677
Diffstat (limited to 'bot/exts/core/extensions.py')
-rw-r--r-- | bot/exts/core/extensions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/core/extensions.py b/bot/exts/core/extensions.py index dbb9e069..d809d2b9 100644 --- a/bot/exts/core/extensions.py +++ b/bot/exts/core/extensions.py @@ -152,7 +152,7 @@ class Extensions(commands.Cog): Grey indicates that the extension is unloaded. Green indicates that the extension is currently loaded. """ - embed = Embed(colour=Colour.blurple()) + embed = Embed(colour=Colour.og_blurple()) embed.set_author( name="Extensions List", url=Client.github_bot_repo, |