From d57599557fc0de8da475e01edadd1a190a63f5f3 Mon Sep 17 00:00:00 2001 From: kwzrd Date: Tue, 31 Mar 2020 19:07:10 +0200 Subject: Deseasonify: adjust 'Merrybot' to 'MerryBot' For the sake of consistency - all other seasonal bot names have the B capitalized. Co-authored-by: MarkKoz --- bot/seasons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/seasons.py') 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 = ( -- cgit v1.2.3