added bad memes
|
@ -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
After Width: | Height: | Size: 45 KiB |
BIN
pictures/11.jpg
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
pictures/5.jpeg
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
pictures/6.jpeg
Normal file
After Width: | Height: | Size: 186 KiB |
BIN
pictures/7.jpeg
Normal file
After Width: | Height: | Size: 210 KiB |
BIN
pictures/8.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
pictures/9.jpg
Normal file
After Width: | Height: | Size: 84 KiB |