4 lines
105 B
Python
4 lines
105 B
Python
|
import pinhook.bot
|
||
|
|
||
|
bot = pinhook.bot.TwitchBot('ph-bot', '#example', 'supersecrettokenhere')
|
||
|
bot.start()
|