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