예제 #1
0
def ac():
    return "%s %s" % AntiChistes.aleatorio()
예제 #2
0
def antichiste_handler(chat):
    (uno, dos) = AntiChistes.aleatorio()

    texto = "%s\n\n%s" % (uno, dos)

    return Telegram.crear_mensaje(texto, chat)