Make example scripts executable (#36)
parent
764e88a222
commit
86eddea996
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from pinhook.bot import Bot
|
from pinhook.bot import Bot
|
||||||
|
|
||||||
ph = Bot(
|
ph = Bot(
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from pinhook.bot import TwitchBot
|
from pinhook.bot import TwitchBot
|
||||||
|
|
||||||
bot = TwitchBot(
|
bot = TwitchBot(
|
||||||
|
@ -5,4 +7,4 @@ bot = TwitchBot(
|
||||||
channel='#dicechannel',
|
channel='#dicechannel',
|
||||||
token='supersecrettokenhere'
|
token='supersecrettokenhere'
|
||||||
)
|
)
|
||||||
bot.start()
|
bot.start()
|
||||||
|
|
Loading…
Reference in New Issue