4 lines
110 B
Python
4 lines
110 B
Python
|
import pinhook.bot
|
||
|
|
||
|
bot = pinhook.bot.TwitchBot('dicebot', '#dicechannel', 'supersecrettokenhere')
|
||
|
bot.start()
|