added await
This commit is contained in:
parent
55f9e191cb
commit
d70bc8bbdd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class spbCommand extends Command {
|
||||||
res.body.pipe(dest);
|
res.body.pipe(dest);
|
||||||
});
|
});
|
||||||
|
|
||||||
return message.channel.send({files: ['./spb.png']});
|
return await message.channel.send({files: ['./spb.png']});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue