The KISS Twitch bot
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.
 
 

22 lines
357 B

  1. {
  2. "nickname": "yourbot",
  3. "channel": "yourchannel",
  4. "command_prefix": "!",
  5. "help": true,
  6. "commands": [
  7. {
  8. "name": "ping",
  9. "message": "Pong @{author} Kappa"
  10. }
  11. ],
  12. "timer": {
  13. "between": {
  14. "time": 10,
  15. "messages": 10
  16. },
  17. "strategy": "round-robin",
  18. "messages": [
  19. "Hello World! HeyGuys",
  20. ]
  21. }
  22. }