From 8233f42ffdeb7097e045922d6bde1fa905ad9fed Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 30 Mar 2018 21:42:02 -0400 Subject: okay more typos --- commands/Pokemon/join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Pokemon/join.js') diff --git a/commands/Pokemon/join.js b/commands/Pokemon/join.js index 9b4a304..09b5e11 100644 --- a/commands/Pokemon/join.js +++ b/commands/Pokemon/join.js @@ -20,7 +20,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. Get your server whitelisted by joining our server at https://discord.me/thedigitalregion and asking in the general channel. Sorry!'); + 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 a team to join'); -- cgit v1.2.3