diff options
| author | 2020-08-10 14:43:53 -0700 | |
|---|---|---|
| committer | 2020-08-10 14:43:53 -0700 | |
| commit | 1c50a8180809561413ef5cfe73fc0fbc770f8fdc (patch) | |
| tree | b01ee2718450570c3c7f94ae71615809ada164a2 | |
| parent | Gave the Embed the burple color. (diff) | |
Update bot/exts/evergreen/conversationstarters.py
Co-authored-by: Dennis Pham <[email protected]>
| -rw-r--r-- | bot/exts/evergreen/conversationstarters.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/evergreen/conversationstarters.py b/bot/exts/evergreen/conversationstarters.py index 179fe478..757ec059 100644 --- a/bot/exts/evergreen/conversationstarters.py +++ b/bot/exts/evergreen/conversationstarters.py @@ -56,7 +56,7 @@ class ConvoStarters(commands.Cog):                          "No topics found for this Python channel. You can suggest new ideas for topics "                          "[here](https://github.com/python-discord/seasonalbot/issues/426)!"                      ), -                    color=Color.blurple +                    color=Color.blurple()                  )                  await ctx.send(embed=embed) | 
