mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Fix Lint
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = class WaifuCommand extends Command {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
async run(msg) {
|
run(msg) {
|
||||||
const num = Math.floor(Math.random() * 100000);
|
const num = Math.floor(Math.random() * 100000);
|
||||||
return msg.say({ files: [`https://www.thiswaifudoesnotexist.net/example-${num}.jpg`] });
|
return msg.say({ files: [`https://www.thiswaifudoesnotexist.net/example-${num}.jpg`] });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user