added await

merge-requests/3/head
Supositware 5 years ago
parent 55f9e191cb
commit d70bc8bbdd

@ -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']});
}
}

Loading…
Cancel
Save