aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-05-20 18:32:10 +0530
committerGravatar GitHub <[email protected]>2021-05-20 18:32:10 +0530
commit8e03537ba2c9fea98cab7645a985fc80a867da9f (patch)
tree985421b2e29413184b9ba7a4721dfe4b31480efb /bot
parentMerge branch 'main' into feature/command-suggestions (diff)
Remove trailing space
Diffstat (limited to 'bot')
-rw-r--r--bot/constants.py2
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"]