From 6b12cbd18e6351b45dd75ec68807b546db88da70 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 2 Jan 2025 19:15:11 +0000 Subject: Add env var setting to determine whether to post daily top reddit posts --- bot/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index 6b6d1a1d..bf53c4b4 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -301,6 +301,7 @@ class _Reddit(EnvConfig, env_prefix="reddit_"): client_id: SecretStr = "" secret: SecretStr = "" webhook: int = 635408384794951680 + send_top_daily_posts: bool = True Reddit = _Reddit() -- cgit v1.2.3