diff options
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 24dd42a2..28103022 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -309,7 +309,7 @@ class Source: class RedirectOutput: delete_delay: int = 10 - + class Reddit: subreddits = ["r/Python"] |