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

9 行
166 B

  1. version: '3.8'
  2. services:
  3. bot:
  4. image: 'deuchnord/twason:unstable'
  5. env:
  6. TWITCH_TOKEN: 'SET_THIS_TOKEN'
  7. volumes:
  8. - './config:/home/bot/config'