added a badmeme

Commando
Loïc Bersier 6 years ago
parent a14ef88cf9
commit 8b8c918b6f

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Loading…
Cancel
Save