music: fix typo preventing playlist adds from being suppressed

This commit is contained in:
Cynthia Foxwell 2022-12-10 16:03:07 -07:00
parent e656414425
commit 484fd1aa10

View file

@ -537,7 +537,7 @@ command.callback = async function (
url, url,
type, type,
addedBy: msg.author.id, addedBy: msg.author.id,
supress: true, suppress: true,
}); });
} }
await statusMessage.edit({ await statusMessage.edit({