diff --git a/commands/random-img/waifu.js b/commands/random-img/waifu.js index 814112d4..45b14165 100644 --- a/commands/random-img/waifu.js +++ b/commands/random-img/waifu.js @@ -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`] }); }