music: fix typo preventing playlist adds from being suppressed
This commit is contained in:
parent
e656414425
commit
484fd1aa10
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ command.callback = async function (
|
|||
url,
|
||||
type,
|
||||
addedBy: msg.author.id,
|
||||
supress: true,
|
||||
suppress: true,
|
||||
});
|
||||
}
|
||||
await statusMessage.edit({
|
||||
|
|
Loading…
Reference in a new issue