diff options
| author | 2019-05-11 04:51:30 +1000 | |
|---|---|---|
| committer | 2019-05-11 04:51:30 +1000 | |
| commit | 0e2c6a1b0daef5b569da7652801b5725bf1ed95b (patch) | |
| tree | c3d57e50f2ba07cb2d9e7476d3b9441c1f671bd9 /bot/seasons/pride/__init__.py | |
| parent | not importing aiohttp now (diff) | |
| parent | Merge pull request #198 from Suhail6inkling/constants_fix (diff) | |
Merge branch 'master' into hanukkah_embed_iceman
Diffstat (limited to 'bot/seasons/pride/__init__.py')
| -rw-r--r-- | bot/seasons/pride/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/pride/__init__.py b/bot/seasons/pride/__init__.py index d8a7e34b..cbd21ee2 100644 --- a/bot/seasons/pride/__init__.py +++ b/bot/seasons/pride/__init__.py @@ -4,8 +4,8 @@ from bot.seasons import SeasonBase  class Pride(SeasonBase):      """      No matter your origin, identity or sexuality, we come together to celebrate each and everyone's individuality. +      Feature contributions to ProudBot is encouraged to commemorate the history and challenges of the LGBTQ+ community. -    Happy Pride Month      """      name = "pride"  |