aboutsummaryrefslogtreecommitdiff
path: root/commands/join.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-24 12:20:40 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-24 12:20:40 -0500
commitdecb9a459d05ac0fedba72c358ffd7581dfa0163 (patch)
tree8a5b52526a4a9aa1af8435139c695dc4ed1530f2 /commands/join.js
parent6cc359e271480e7905e3050b492aec3d87d648cc (diff)
downloadPokeBot-decb9a459d05ac0fedba72c358ffd7581dfa0163.tar.gz
PokeBot-decb9a459d05ac0fedba72c358ffd7581dfa0163.tar.bz2
PokeBot-decb9a459d05ac0fedba72c358ffd7581dfa0163.zip
Quick fix
Diffstat (limited to 'commands/join.js')
-rw-r--r--commands/join.js2
1 files changed, 1 insertions, 1 deletions
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': {