Bug fixes & update (v3.0.0)

This commit is contained in:
Zerio
2020-12-12 00:34:12 +01:00
parent 76ef847189
commit df45502d7b
48 changed files with 438 additions and 342 deletions

View File

@@ -0,0 +1,3 @@
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}** !`);
};