This commit is contained in:
deathbybandaid 2022-05-06 13:18:51 -04:00
parent 18fc938107
commit f72fd42743

View File

@ -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():