aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-12-06 12:22:55 +1000
committerGravatar GitHub <[email protected]>2018-12-06 12:22:55 +1000
commitda9bb48f7b36a5e3249c1e456f6af88b563bf40b (patch)
tree0420b0bee61664f93318d825d31ab77c7311a346 /bot
parentSend devlog message on season load. (diff)
Fix comment typo
Co-Authored-By: scragly <[email protected]>
Diffstat (limited to 'bot')
-rw-r--r--bot/seasons/season.py2
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()