function randomimage(robot, mess ,args) {
number = 7;
imageNumber = Math.floor {Math.random() * (number - 1 *1)} + 1;
mess.reply( {files: ["./images/" + imageNumber +".png" && ".jpg"]} )
}
var random = Math.floor(Math.random() * 6);
if (random === 1) {
mess.reply( {files: [""]} )
} else if (random === 2) {
mess.reply( {files: [""]} )
} else if (random === 3) {
mess.reply( {files: [""]} )
} else if (random === 4) {
mess.reply( {files: [""]} )
} else if (random === 5) {
mess.reply( {files: [""]} )
} // и т.д