aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/seasons/halloween/__init__.py')
-rw-r--r--bot/seasons/halloween/__init__.py14
1 files changed, 10 insertions, 4 deletions
diff --git a/bot/seasons/halloween/__init__.py b/bot/seasons/halloween/__init__.py
index e40e3dc9..c81879d7 100644
--- a/bot/seasons/halloween/__init__.py
+++ b/bot/seasons/halloween/__init__.py
@@ -3,16 +3,22 @@ from bot.seasons import SeasonBase
class Halloween(SeasonBase):
- """Halloween Seasonal event attributes."""
+ """
+ Halloween Seasonal event attributes.
+
+ Announcement for this cog temporarily disabled, since we're doing a custom
+ Hacktoberfest announcement. If you're enabling the announcement again,
+ make sure to update this docstring accordingly.
+ """
name = "halloween"
- bot_name = "Spookybot"
+ bot_name = "NeonBot"
greeting = "Happy Halloween!"
start_date = "01/10"
end_date = "01/11"
- colour = Colours.orange
+ colour = Colours.pink
icon = (
- "/logos/logo_seasonal/halloween/spooky.png",
+ "/logos/logo_seasonal/hacktober/hacktoberfest.png",
)