Events & update (v2.0.0)

This commit is contained in:
Zerio
2020-11-15 18:56:32 +01:00
committed by GitHub
parent 2c24842aba
commit 31d1cd25a0
10 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
module.exports = (client, message, query, tracks, content, collector) => {
message.channel.send(`${client.emotes.error} - You must send a valid number between **1** and **${tracks.length}** !`);
};