aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-03-26 00:03:05 +1000
committerGravatar GitHub <[email protected]>2019-03-26 00:03:05 +1000
commitb1d0ee0d4ae2a269bd5de2b6f100d5f469c1f22d (patch)
treebf46a828c5b7c4204b038a733c20f57adcaac1f2
parentAdd docstring spacing for consistency. (diff)
Respect docstring summary/description spacing.
Optionally, removed the "Happy Pride Month" at the end of the docstring because it will be shown in the announcement automatically through the greeting attribute (shown as embed author).
-rw-r--r--bot/seasons/pride/__init__.py2
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"