aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-02-23 19:55:44 +0100
committerGravatar kwzrd <[email protected]>2020-02-23 19:55:44 +0100
commitfe74128512b83e5a90fcfb5c655d9bc9fceab56a (patch)
tree9f19782fa8e199041575084966344b4c9725991a
parentCalculate seconds as n_hours * seconds_in_hour (diff)
Add icon cycle frequency constant
-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: