aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/pride/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/seasons/pride/__init__.py')
-rw-r--r--bot/seasons/pride/__init__.py22
1 files changed, 0 insertions, 22 deletions
diff --git a/bot/seasons/pride/__init__.py b/bot/seasons/pride/__init__.py
index 90e2fde9..e69de29b 100644
--- a/bot/seasons/pride/__init__.py
+++ b/bot/seasons/pride/__init__.py
@@ -1,22 +0,0 @@
-from bot.constants import Colours, Month
-from bot.seasons import SeasonBase
-
-
-class Pride(SeasonBase):
- """Branding for june."""
-
- season_name = "Pride"
- bot_name = "ProudBot"
-
- colour = Colours.pink
- description = (
- "The month of June is a special month for us at Python Discord. It is very important to us "
- "that everyone feels welcome here, no matter their origin, identity or sexuality. During the "
- "month of June, while some of you are participating in Pride festivals across the world, "
- "we will be celebrating individuality and commemorating the history and challenges "
- "of the LGBTQ+ community with a Pride event of our own!"
- )
-
- branding_path = "seasonal/pride"
-
- months = {Month.june}