diff options
author | 2021-05-20 18:32:10 +0530 | |
---|---|---|
committer | 2021-05-20 18:32:10 +0530 | |
commit | 8e03537ba2c9fea98cab7645a985fc80a867da9f (patch) | |
tree | 985421b2e29413184b9ba7a4721dfe4b31480efb /bot | |
parent | Merge branch 'main' into feature/command-suggestions (diff) |
Remove trailing space
Diffstat (limited to 'bot')
-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"] |