diff options
author | 2019-03-21 14:12:37 -0400 | |
---|---|---|
committer | 2019-03-21 14:12:37 -0400 | |
commit | 64a41dc07022a0714c1cb2748dca71f0f856fe26 (patch) | |
tree | 84429ddfa42070a32c176706fb7c6334b81f6929 | |
parent | final update on pride bot comment (diff) |
Updated linting and pride bot description
-rw-r--r-- | bot/seasons/pride/__init__.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bot/seasons/pride/__init__.py b/bot/seasons/pride/__init__.py index 30d40a2d..d8a7e34b 100644 --- a/bot/seasons/pride/__init__.py +++ b/bot/seasons/pride/__init__.py @@ -1,9 +1,11 @@ from bot.seasons import SeasonBase + class Pride(SeasonBase): """ - No matter your origins, identity or sexuality, we hope we can come together to celebrate each and every person's individuality this Pride Month. - Features of ProudBot will be encouraged to be contributed during this event which appropriately commemorate the history and challenges of the LGBTQ+ community. + 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" |