Example #1
0
def funny(bot, update):
    text = fun.getRandomStory()
    bot.sendMessage(chat_id=update.message.chat_id, text=text)
Example #2
0
def fun():
    return funny.getRandomStory()