added await

This commit is contained in:
Supositware 2019-03-21 20:47:40 +01:00
parent 55f9e191cb
commit d70bc8bbdd

View file

@ -34,7 +34,7 @@ class spbCommand extends Command {
res.body.pipe(dest);
});
return message.channel.send({files: ['./spb.png']});
return await message.channel.send({files: ['./spb.png']});
}
}