music: forgot await on createMessage
This commit is contained in:
parent
a09215ab2b
commit
8c3187584d
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ command.callback = async function (msg, line) {
|
||||||
|
|
||||||
if (type != null) {
|
if (type != null) {
|
||||||
if (playlist) {
|
if (playlist) {
|
||||||
const statusMessage = msg.channel.createMessage({
|
const statusMessage = await msg.channel.createMessage({
|
||||||
embeds: [
|
embeds: [
|
||||||
{
|
{
|
||||||
title:
|
title:
|
||||||
|
|
Loading…
Reference in a new issue