diff options
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |