8 lines
150 B
Python
8 lines
150 B
Python
from pinhook.bot import TwitchBot
|
|
|
|
bot = TwitchBot(
|
|
nickname='dicebot',
|
|
channel='#dicechannel',
|
|
token='supersecrettokenhere'
|
|
)
|
|
bot.start() |