aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Daniel Brown <[email protected]>2020-02-25 09:02:42 -0600
committerGravatar GitHub <[email protected]>2020-02-25 09:02:42 -0600
commit08e78bdaa481886de43d162570496b2b9596c02d (patch)
tree7a23091700eba50711e1232f444368c4711ccd0f /bot/constants.py
parentMerge pull request #353 from python-discord/F4zi/bug/LAST_EMOJI-352 (diff)
parentCycle icons within season in configured interval only (diff)
Merge pull request #356 from python-discord/icon-switch-frequency
Icon switch frequency
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index f0656926..52a4aa20 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -69,6 +69,7 @@ class Client(NamedTuple):
token = environ.get("SEASONALBOT_TOKEN")
debug = environ.get("SEASONALBOT_DEBUG", "").lower() == "true"
season_override = environ.get("SEASON_OVERRIDE")
+ icon_cycle_frequency = 3 # N days to wait between cycling server icons within a single season
class Colours: