MrPowerScripts / reddit-karma-farming-bot

"Is karma really that important to you? Damn bro, you need a life" - YouTube Comment
https://mrpowerscripts.com
MIT License
298 stars 118 forks source link

Bot is replying to comments even if it's disabled #179

Closed magicaltoast closed 3 years ago

magicaltoast commented 3 years ago

Bot is still replying to comments after this is set. "reddit_reply_to_comment": False,

Also is would be sane default to not reply to mod, because most of bots are mods.

sesseor commented 3 years ago

Looking at this you have to change the config to "reddit_reply_to_comment": 0, to disable replying to comments.

MrPowerScripts commented 3 years ago

yeah it needs to be set to 0 as @igosad shared. the not replying to a mod is a nice idea. I will consider it for the future if I have some time to work on this