mirror of
https://github.com/MrUnknownDE/UnknownAI.git
synced 2026-04-08 17:33:51 +02:00
3 lines
184 B
JavaScript
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 !`);
|
|
}; |