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__.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/bot/seasons/halloween/__init__.py b/bot/seasons/halloween/__init__.py
index ec546578..e69de29b 100644
--- a/bot/seasons/halloween/__init__.py
+++ b/bot/seasons/halloween/__init__.py
@@ -1,16 +0,0 @@
-from bot.constants import Colours, Month
-from bot.seasons import SeasonBase
-
-
-class Halloween(SeasonBase):
- """Branding for october."""
-
- season_name = "Halloween"
- bot_name = "NeonBot"
-
- colour = Colours.orange
- description = "Trick or treat?!"
-
- branding_path = "seasonal/halloween"
-
- months = {Month.october}