mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +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);
|
||||
return msg.say({ files: [`https://www.thiswaifudoesnotexist.net/example-${num}.jpg`] });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user