diff options
author | jwansek <eddie.atten@yahoo.co.uk> | 2019-01-01 12:42:45 +0000 |
---|---|---|
committer | jwansek <eddie.atten@yahoo.co.uk> | 2019-01-01 12:42:45 +0000 |
commit | d6e05c8118561980f5675e2a7d086d1bf60e3f8e (patch) | |
tree | 34b735878c8cde68368e80bb14638bdfe1087d02 | |
parent | 90a68ccd3be115d5d5a227ee2834a735c99066df (diff) | |
download | SmallYTChannelBot-d6e05c8118561980f5675e2a7d086d1bf60e3f8e.tar.gz SmallYTChannelBot-d6e05c8118561980f5675e2a7d086d1bf60e3f8e.zip |
made a slight modification
-rw-r--r-- | SmallYTChannelBotSubmissions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmallYTChannelBotSubmissions.py b/SmallYTChannelBotSubmissions.py index 2a58aae..ed4a339 100644 --- a/SmallYTChannelBotSubmissions.py +++ b/SmallYTChannelBotSubmissions.py @@ -209,7 +209,7 @@ def main(): print("[ERROR while removing λ] %s" % e) text = r"An error was encountered. Please use the syntax `!takelambda [user] [how much to remove {integer}] [reason]`" - update_users_flair(comment) + update_users_flair(comment.parent()) reply = comment.reply(text + tail) reply.mod.distinguish() |