aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/pride/__init__.py
blob: cbd21ee21a6298ae111e4603cbe8d5610e151481 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.
    """

    name = "pride"
    bot_name = "ProudBot"
    greeting = "Happy Pride Month!"

    # Duration of season
    start_date = "01/06"
    end_date = "30/06"