aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-05-13 15:24:34 +0100
committerGravatar Chris <[email protected]>2021-05-13 16:38:25 +0100
commitb85da2582b6bf2c4e103a17c4448efd6ae40cb90 (patch)
treefa6d99c2ce77e28d69a3a5bf36af64ad49f36e5f
parentMerge branch 'main' into extract-metabase-data (diff)
Delete reddit cog constants
These were added back accidentaly as part of a merge conflict.
-rw-r--r--bot/constants.py8
-rw-r--r--config-default.yml7
2 files changed, 0 insertions, 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"