From 6f275518624f4a68e0ef87d3e660129b9fdf9c5a Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 20 Oct 2018 14:00:31 +1100 Subject: [PATCH] Comment tweak --- Shared/utility.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shared/utility.js b/Shared/utility.js index f6e2f0e..0b9f145 100644 --- a/Shared/utility.js +++ b/Shared/utility.js @@ -44,12 +44,12 @@ exports.SplitArray = function(arr, chunkSize) { return groups; } -// See if the bot should display its message +//CheckValidDisplay //client - discord.js client //member - discord.js member OR username //channel - discord.js channel OR channel name //checkRole - check the member's role or not -exports.CheckValidDisplay = function(client, member, channel, checkRole) { +exports.CheckValidDisplay = function(client, member, channel, checkRole) { //See if the bot should display its message //handle member strings if (typeof(member) === "string") { //get the member