noescape00 / DiscordTipBot

Tipping bot for discord that supports STRAT and other cryptocurrencies
GNU General Public License v3.0
5 stars 9 forks source link

Implement make it rain command #4

Closed noescape00 closed 6 years ago

noescape00 commented 6 years ago

From discussion with Pharaoh:

"We used to have a fun dumb little feature for tip bot where if you tipped the tipbot, it would make it rain (send tips of 1 Strat amount to random users). So if I tipped tipbot 5 Strat, it would randomly tip 5 people. The problem with that was we'd be potentially tipping inactive users and throwing away money. If there's a way for discord to show active users from inactive users (like Slack) then that feature would be fun

Cool idea. We can get list of users who wrote on stratis discord channel in the past 24h and randomly select from them. Potentially even add option to the user of this command to select only from those that are online atm."

noescape00 commented 6 years ago

done