added bad memes

This commit is contained in:
Loïc Bersier 2018-09-08 17:30:57 +02:00
parent 52a6a9fdb4
commit 7997c31d0f
8 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ module.exports = class BadmemeCommand extends Command {
}
run(message) {
const number = 4;
const number = 11;
const imageNumber = Math.floor (Math.random() * (number - 1 + 1)) + 1;
message.say( {files: ["./pictures/" + imageNumber + ".jpeg"]});
}

BIN
pictures/10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
pictures/11.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
pictures/5.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
pictures/6.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

BIN
pictures/7.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

BIN
pictures/8.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
pictures/9.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB