Re-structured the file structure, finished the 'help' command. Started the 'game' command (not operational)

This commit is contained in:
ION606
2022-05-24 08:55:57 +03:00
parent 4cd8a42985
commit 6c51d4107b
9 changed files with 331 additions and 97 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = {
console.log("IMPLEMENT THIS");
let emoji = [...new Set(args[0])];
if (emoji.length > 15 || message.IndexOf(":") != -1) { return message.reply("Please enter less than 15 emojis"); }
if (emoji.length > 15 /*|| message.IndexOf(":") != -1*/) { return message.reply("Please enter less than 15 emojis"); }
let notused = new Array(15);
let counter = 0;