From da9bb48f7b36a5e3249c1e456f6af88b563bf40b Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 6 Dec 2018 12:22:55 +1000 Subject: Fix comment typo Co-Authored-By: scragly <29337040+scragly@users.noreply.github.com> --- bot/seasons/season.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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() -- cgit v1.2.3