mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-05 23:06:14 +00:00
Re-structured the file structure, finished the 'help' command. Started the 'game' command (not operational)
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user