diff --git a/commands/utility/spb.js b/commands/utility/spb.js index 8877e7d..1faf7b2 100644 --- a/commands/utility/spb.js +++ b/commands/utility/spb.js @@ -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']}); } }