diff options
-rw-r--r-- | bot/seasons/season.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/season.py b/bot/seasons/season.py index a189eea3..e59949d7 100644 --- a/bot/seasons/season.py +++ b/bot/seasons/season.py @@ -330,7 +330,7 @@ class SeasonBase: # Apply seasonal elements after extensions successfully load username_changed = await self.apply_username(debug=Client.debug) - # Avoid major changes and annoucements if debug mode + # Avoid major changes and announcements if debug mode if not Client.debug: log.info("Applying avatar.") await self.apply_avatar() |