mirror of
https://github.com/MrUnknownDE/UnknownAI.git
synced 2026-04-09 01:43:44 +02:00
3 lines
146 B
JavaScript
3 lines
146 B
JavaScript
module.exports = (client, message, query) => {
|
|
message.channel.send(`${client.emotes.error} - No results found on YouTube for ${query} !`);
|
|
}; |