Fixed typo
This commit is contained in:
parent
16c8b51a55
commit
a82e83fef2
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…
Add table
Add a link
Reference in a new issue