TwitchPlaysPokemon / musicCat

TPP's new music system, replacing the old one for PBR
GNU General Public License v2.0
3 stars 2 forks source link

Song bidding (chat parsing) #2

Open abyll opened 9 years ago

abyll commented 9 years ago

Users can bid for songs using !bid [category]

The parsing function needs to parse the command arguments passed to it. It's also passed a username. It needs to check the amount against the user's token pool before attempting the bet It needs to verify or match the songid, by shortid, full id, or a fuzzy match, to pass to making the bet.