EverOddish / DrFujiBot

DrFujiBot is a client-side Twitch chat bot that provides a command-based interface to Pokemon data.
GNU General Public License v3.0
9 stars 9 forks source link

Implement coins, daily bonus, credits, betting #13

Closed EverOddish closed 4 years ago

EverOddish commented 5 years ago

Re-implement the coins system.

The following commands should be included:

Betting involves the creation of events, handling of placed bets, calculating bet resolution. An event specifies a total pot amount, and is distributed evenly among the winners.

See DrFujiBot 1.0 for further details on how betting behaves.

EverOddish commented 4 years ago

Done