diff --git a/commands/fun/badmeme.js b/commands/fun/badmeme.js
index 6fdede19..aa183529 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 00000000..78a7acfd
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 00000000..6b391b1f
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 00000000..e2f77a3d
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 00000000..43797386
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 00000000..54e638ba
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 00000000..79a36b1f
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 00000000..0ea38103
Binary files /dev/null and b/pictures/9.jpg differ