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.

59 lines
3.0 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. LoyaltyBot Commands
  2. ===================
  3. ````<currency>```` is a placeholder for the name of your channel currency
  4. Currency Requests
  5. =================
  6. ####Broadcaster / Moderator Commands
  7. - ````!<currency> on```` - turns on currency requests
  8. - ````!<currency> off```` - turns off currency requests
  9. - ````!<currency> off repeat on```` - turns off currency requests with a message that repeats every 3 minutes stating that requests have been disabled
  10. - ````!<currency> off repeat off```` - turns off repeating disabled requests message
  11. - ````!<currency> timer <time in seconds>```` - adjusts the bots response time to currency requests
  12. - ````!<currency> timer <time in seconds> reset on```` - after a currency request is made, any requests after that reset the timer. Example: Request is made, 3 second timer started. Second request is made under 3 seconds, timer resets back to 3 seconds
  13. - ````!<currency> timer <time in seconds> reset off```` - Removes the reset so that the first request starts the response timer and any requests after have no effect
  14. ####Broadcaster / Moderator / Viewer Commands
  15. - ````!<currency>```` - view total <currency>
  16. Add/Remove Currency
  17. ===================
  18. ####Broadcaster Commands
  19. - ````!<currency> add <amount> <twitch name>```` - add currency to the viewers total
  20. - ````!<currency> remove <amount> <twitch name>```` - remove currency from the viewers total
  21. - ````!<currency> push <amount> <twitch name>```` - add a new viewer to the database with the specified currency amount
  22. Raffle
  23. ======
  24. ####Broadcaster Commands
  25. - ````!<currency> raffle open <price> <amount>```` - start raffle, you can adjust raffle cost and ticket amount (both numbers have to be greater than zero) Default is 10 <currency> / 10 tickets max, only one raffle can be open at a time
  26. - ````!<currency> raffle close```` - close raffle and deduct <currency>
  27. - ````!<currency> raffle draw```` - draw next winner
  28. - ````!<currency> raffle cancel```` - cancels the raffle. viewers cannot purchase more tickets or remove their tickets once the raffle is closed
  29. - ````!<currency> raffle restore```` - if you accidentally open a raffle instead of drawing this will restore the previous raffle tickets
  30. ####Broadcaster / Moderator / Viewer Commands
  31. - ````!ticket <amount>```` - viewers can purchase tickets up to the max amount. will only accept what the viewer can afford and will not take a value less than 0 or greater than the max amount. new requests from the same viewer will overwrite their previous amount
  32. - ````!ticket 0```` - removes tickets
  33. Auction
  34. =======
  35. ####Broadcaster Commands
  36. - ````!<currency> auction open```` - start an auction, only one auction can be open at a time
  37. - ````!<currency> auction close```` - close the auction
  38. - ````!<currency> auction draw```` - draw next highest bidder
  39. - ````!<currency> auction cancel```` - cancel the auction
  40. ####Broadcaster / Moderator / Viewer Commands
  41. - ````!bid <amount>```` - viewers can bid only up to their max <currency>. Duplicate bids will not be accepted, bids cannot be lowered/cancelled once placed