A Twitch.tv viewer reward and games system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.8 KiB

  1. TwitchBot Commands List
  2. =======================
  3. Public Commands:
  4. !<currency> Displays how many <currency> you have
  5. !bid <amount> Bid <amount> <currency> on the current auction
  6. !ticket <amount> Buy <amount> tickets for the current raffle
  7. !<option> <amount> Used for voting and betting
  8. !<bot_name> List of available custom commands
  9. !<currency> bet pool Display current betting pool
  10. !<currency> vote pool Display current vote standings
  11. Mod only commands:
  12. !<currency> (on/off) Enables or disables currency requests
  13. !<currency> auction open Opens a new auction
  14. !<currency> auction close Closes the auction and announces winner
  15. !<currency> auction cancel Cancels auction, returns <currency> to users
  16. !<currency> raffle open <price> <max> Opens a raffle, tickets cost <price>, users can buy a max of <max> tickets
  17. !<currency> raffle close/cancel Same as auction functions
  18. !<currency> raffle draw Draws a second ticket (second place or need a new winner)
  19. !<currency> bet open (opt1 opt2 etc) Opens a bet with options !opt1 !opt2 (can have up to 10)
  20. !<currency> bet close Stop accepting new bets
  21. !<currency> bet cancel Cancel bet, give <currency> back to users
  22. !<currency> bet winner (opt1) Makes (!opt1) the winner, pays out to users
  23. !<currency> vote open (opt1 opt2 etc) Opens a vote with options !opt1 !opt2 (can have up to 10)
  24. !<currency> vote close Stop accepting new votes
  25. !<currency> vote cancel Cancel vote, give <currency> back to users
  26. !<currency> vote winner (opt1) Makes (!opt1) the winner (will make this calculate the winner soon)