The KISS Twitch bot
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

22 行
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. }