diff --git a/commands/fun/badmeme.js b/commands/fun/badmeme.js index 6fdede1..aa18352 100644 --- a/commands/fun/badmeme.js +++ b/commands/fun/badmeme.js @@ -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"]}); } diff --git a/pictures/10.jpg b/pictures/10.jpg new file mode 100644 index 0000000..78a7acf Binary files /dev/null and b/pictures/10.jpg differ diff --git a/pictures/11.jpg b/pictures/11.jpg new file mode 100644 index 0000000..6b391b1 Binary files /dev/null and b/pictures/11.jpg differ diff --git a/pictures/5.jpeg b/pictures/5.jpeg new file mode 100644 index 0000000..e2f77a3 Binary files /dev/null and b/pictures/5.jpeg differ diff --git a/pictures/6.jpeg b/pictures/6.jpeg new file mode 100644 index 0000000..4379738 Binary files /dev/null and b/pictures/6.jpeg differ diff --git a/pictures/7.jpeg b/pictures/7.jpeg new file mode 100644 index 0000000..54e638b Binary files /dev/null and b/pictures/7.jpeg differ diff --git a/pictures/8.jpg b/pictures/8.jpg new file mode 100644 index 0000000..79a36b1 Binary files /dev/null and b/pictures/8.jpg differ diff --git a/pictures/9.jpg b/pictures/9.jpg new file mode 100644 index 0000000..0ea3810 Binary files /dev/null and b/pictures/9.jpg differ