Fixed typo

This commit is contained in:
agentdoesnotexist 2020-05-07 20:49:40 +10:00 committed by Lukáš H
parent f9d7743caf
commit ebc0b198f0
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ exports.play = async function (client, message, query, playNext, ignoreQueue) {
})
}
} else {
return message.channel.channelsend('failed to find the video!')
return message.channel.send('failed to find the video!')
}
}