You are viewing a single comment's thread from:
RE: drphil.rb - Voting Bot - Improved Fanbase Support
I have a question. The bot will vore right basically right after a post is published, right? Would it be possible to add a delay in future version? For example 30 min delay, so the bot can receive curation rewards?
That's what that
min_wait
andmax_wait
are for. You can set them both to 30 so the bot votes right at the 30-minute mark, if you want.Or, you can set them both to zero so it votes right when the post is created.
Great! Thank you!