aboutsummaryrefslogtreecommitdiffstats
path: root/SmallYTChannelBotSubmissions.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2019-01-03 13:59:38 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2019-01-03 13:59:38 +0000
commitb7b724c24220b9396e83787f6311082a9b6680e1 (patch)
tree4049c746efde42c71f7a6ca3a65b616dacacfd6b /SmallYTChannelBotSubmissions.py
parentd6e05c8118561980f5675e2a7d086d1bf60e3f8e (diff)
downloadSmallYTChannelBot-b7b724c24220b9396e83787f6311082a9b6680e1.tar.gz
SmallYTChannelBot-b7b724c24220b9396e83787f6311082a9b6680e1.zip
fixed a tiny bug
Diffstat (limited to 'SmallYTChannelBotSubmissions.py')
-rw-r--r--SmallYTChannelBotSubmissions.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/SmallYTChannelBotSubmissions.py b/SmallYTChannelBotSubmissions.py
index ed4a339..2a95c48 100644
--- a/SmallYTChannelBotSubmissions.py
+++ b/SmallYTChannelBotSubmissions.py
@@ -13,8 +13,8 @@ import re
reddit = login.REDDIT
-#subreddit = reddit.subreddit("SmallYTChannel")
-subreddit = reddit.subreddit("jwnskanzkwktest")
+subreddit = reddit.subreddit("SmallYTChannel")
+#subreddit = reddit.subreddit("jwnskanzkwktest")
db = Database()
@@ -235,8 +235,8 @@ def main():
3λ to post. You currently have %iλ. For more information, read the [FAQ](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)""" % score
submission.mod.remove()
else:
- text = """Thank you for submitting to /r/SmallYTChannel. You have spent 3λ to submit here, making your current balance %iλ. Soon
- you will have to spend your λ to post here. /u/%s, please comment `!givelambda` to the most helpful advice you are given. You
+ text = """Thank you for submitting to /r/SmallYTChannel. You have spent 3λ to submit here, making your current balance %iλ.
+ /u/%s, please comment `!givelambda` to the most helpful advice you are given. You
will be rewarded 1λ if you do so. For more information, read the [FAQ](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)""" % (score - 3, str(submission.author))
db.change_lambda(str(submission.author), -3)