diff options
author | 2020-03-31 19:07:10 +0200 | |
---|---|---|
committer | 2020-03-31 20:57:59 +0200 | |
commit | d57599557fc0de8da475e01edadd1a190a63f5f3 (patch) | |
tree | 34fa47987521613ef84a58af3fb8ec03fa792241 | |
parent | Deseasonify: set target branch to master (diff) |
Deseasonify: adjust 'Merrybot' to 'MerryBot'
For the sake of consistency - all other seasonal bot names have
the B capitalized.
Co-authored-by: MarkKoz <[email protected]>
-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 = ( |