aboutsummaryrefslogtreecommitdiffstats
path: root/SmallYTChannelBotSubmissions.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten@yahoo.co.uk>2019-01-01 12:34:50 +0000
committerjwansek <eddie.atten@yahoo.co.uk>2019-01-01 12:34:50 +0000
commitc8087aea0dbff1a2abf474a987465e817e5ad611 (patch)
tree358366a592908882defa932c0c3ed706218f2fb8 /SmallYTChannelBotSubmissions.py
parentbebe783ec55d789b11343a621acc9c89df91a673 (diff)
downloadSmallYTChannelBot-c8087aea0dbff1a2abf474a987465e817e5ad611.tar.gz
SmallYTChannelBot-c8087aea0dbff1a2abf474a987465e817e5ad611.zip
fixed a bug and added archive prog
Diffstat (limited to 'SmallYTChannelBotSubmissions.py')
-rw-r--r--SmallYTChannelBotSubmissions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmallYTChannelBotSubmissions.py b/SmallYTChannelBotSubmissions.py
index fa8f209..2a58aae 100644
--- a/SmallYTChannelBotSubmissions.py
+++ b/SmallYTChannelBotSubmissions.py
@@ -207,7 +207,7 @@ def main():
db.change_lambda(user, -toremove)
except Exception as e:
print("[ERROR while removing λ] %s" % e)
- text = r"An error was encountered. Please use the syntax `!givelambda [user] [how much to remove {integer}] [reason]`"
+ text = r"An error was encountered. Please use the syntax `!takelambda [user] [how much to remove {integer}] [reason]`"
update_users_flair(comment)
reply = comment.reply(text + tail)