From 03b27d9a778cfc870814895a40c2a5b51ad080d0 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Thu, 28 Jun 2018 22:50:10 -0400 Subject: discord no Like --- commands/Pokemon/joinalliance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/Pokemon/joinalliance.js b/commands/Pokemon/joinalliance.js index 33c84ba..e2d9940 100644 --- a/commands/Pokemon/joinalliance.js +++ b/commands/Pokemon/joinalliance.js @@ -11,7 +11,7 @@ exports.run = async (bot, msg, args) => { const isWhitelist = await bot.plugins.whitelist.isWhitelist(msg.guild.id); if (!isWhitelist) return msg.reply ('This is a Whiltelisted command. Only whitelisted servers can use this command. Sorry!'); - if (args.length < 1) return msg.reply('Please choose an alliance to join'); + if (args.length < 1) return msg.reply('You did not pick an existing alliance. The list of alliances are as follows:\nDarkSide, Skull'); const team = findTeam(msg, args[0]); switch (args[0]) -- cgit v1.2.3