Fixed typo
This commit is contained in:
parent
f9d7743caf
commit
ebc0b198f0
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ exports.play = async function (client, message, query, playNext, ignoreQueue) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return message.channel.channelsend('failed to find the video!')
|
return message.channel.send('failed to find the video!')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue