From decb9a459d05ac0fedba72c358ffd7581dfa0163 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Feb 2018 12:20:40 -0500 Subject: Quick fix --- commands/join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/join.js') diff --git a/commands/join.js b/commands/join.js index 9f8b79a..49ec11c 100644 --- a/commands/join.js +++ b/commands/join.js @@ -1,5 +1,5 @@ exports.run = async (bot, msg, args) => { - if (!args.length < 1) return msg.reply('Please choose a team to join'); + if (args.length < 1) return msg.reply('Please choose a team to join'); switch(args[0]) { case 'mystic': { -- cgit v1.2.3