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