What is
?
Minnowhelpme is a Steem account used as Bot to support minnows.
Exactly we give free upvotes to registered users inside our STEEM REPO Discord Server.
is a Discord Bot and at the same time use a script made in Javascript to permit users to register and upvote with this syntax:
$register yanosh01
$upvote https://steemit.com/steemrepo/@yanosh01/hot-to-develop-your-first-discord-javascript-bot-script-send-messages-over-a-specific-channel-on-discord
At the moment te bot is configured like this:
- 100 Delegated SP
- 1 Vote every 24h
- VP power for each upvote 20%
Term of Service Changed
To permit users earning more, in the next week i'll take back my VP and i'm going to delegate more STEEM POWER to .
As terms of service, registered users must upvote as Witness too, because we saw a lot of people are using the service without helping anyone. So after the registration the bot will ask to upvote with a discord text and link like this:
After the upvote, the bot can be used like always and no more things are needed.
To permit it, we added a part of this Javascript Code:
steem.api.getAccounts([author], function (err, result) {
if (result && !err) {
if (!(result[0].witness_votes.indexOf('yanosh01') > 0 || result[0].witness_votes[0]=== 'yanosh01')){
bot.createMessage(channel,'Before upvoting your post, please upvote yanosh01 as Witness here: https://v2.steemconnect.com/sign/account-witness-vote?witness=yanosh01&approve=1 ');
}
else ...........
We hope this will improve the quality of service and respect for who work on projects
Best Regards 
https://steemit.com/~witnesses