Files
UnknownAI/player/searchCancel.js
2022-05-09 19:29:50 +02:00

3 lines
184 B
JavaScript

module.exports = (client, message, query, tracks) => {
message.channel.send(`${client.emotes.error} - You did not provide a valid response ... Please send the command again !`);
};