test
This commit is contained in:
parent
18fc938107
commit
f72fd42743
@ -12,7 +12,7 @@ def upper(bot, trigger, comrun):
|
|||||||
joke = getDadJoke()
|
joke = getDadJoke()
|
||||||
if not joke:
|
if not joke:
|
||||||
joke = 'My humor module is broken.'
|
joke = 'My humor module is broken.'
|
||||||
comrun.say(joke)
|
comrun.say(str(joke))
|
||||||
|
|
||||||
|
|
||||||
def getDadJoke():
|
def getDadJoke():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user