This commit is contained in:
Dragon Fire
2020-06-09 10:27:43 -04:00
parent f33f3fe67a
commit 8c747aa3e6
+1 -1
View File
@@ -19,7 +19,7 @@ module.exports = class WaifuCommand extends Command {
});
}
async run(msg) {
run(msg) {
const num = Math.floor(Math.random() * 100000);
return msg.say({ files: [`https://www.thiswaifudoesnotexist.net/example-${num}.jpg`] });
}