From b85da2582b6bf2c4e103a17c4448efd6ae40cb90 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 13 May 2021 15:24:34 +0100 Subject: Delete reddit cog constants These were added back accidentaly as part of a merge conflict. --- bot/constants.py | 8 -------- config-default.yml | 7 ------- 2 files changed, 15 deletions(-) diff --git a/bot/constants.py b/bot/constants.py index 0a3bc6578..2c5c04b2e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -546,14 +546,6 @@ class URLs(metaclass=YAMLGetter): paste_service: str - -class Reddit(metaclass=YAMLGetter): - section = "reddit" - - client_id: Optional[str] - secret: Optional[str] - subreddits: list - class Metabase(metaclass=YAMLGetter): section = "metabase" diff --git a/config-default.yml b/config-default.yml index ebd253c2c..c59bff524 100644 --- a/config-default.yml +++ b/config-default.yml @@ -418,13 +418,6 @@ anti_spam: -reddit: - client_id: !ENV "REDDIT_CLIENT_ID" - secret: !ENV "REDDIT_SECRET" - subreddits: - - 'r/Python' - - metabase: username: !ENV "METABASE_USERNAME" password: !ENV "METABASE_PASSWORD" -- cgit v1.2.3