diff options
Diffstat (limited to 'bot/constants.py')
| -rw-r--r-- | bot/constants.py | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 28ec477d..28103022 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -22,6 +22,7 @@ __all__ = (      "Wolfram",      "Reddit",      "RedisConfig", +    "RedirectOutput",      "MODERATION_ROLES",      "STAFF_ROLES",      "WHITELISTED_CHANNELS", @@ -305,6 +306,10 @@ class Source:      github_avatar_url = "https://avatars1.githubusercontent.com/u/9919" +class RedirectOutput: +    delete_delay: int = 10 + +  class Reddit:      subreddits = ["r/Python"] | 
