diff options
-rw-r--r-- | bot/seasons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons.py b/bot/seasons.py index cb74ec89..6ec5f652 100644 --- a/bot/seasons.py +++ b/bot/seasons.py @@ -33,7 +33,7 @@ class Christmas(SeasonBase): """Branding for December.""" season_name = "Festive season" - bot_name = "Merrybot" + bot_name = "MerryBot" colour = Colours.soft_red description = ( |