From 2cf8c69c4c010f70f7b400f30cb39e46385625cb Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 31 Oct 2017 18:12:22 -0400 Subject: [PATCH] update verification message --- bot/modules/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/commands.js b/bot/modules/commands.js index 73ad7c0..8aaaaff 100644 --- a/bot/modules/commands.js +++ b/bot/modules/commands.js @@ -353,7 +353,7 @@ exports.verification = { usage: " ", description: 'Verification Help Message', process: function(bot,msg){ -var message = "If you would like to be verified goto this channel <#" + verificationChannelID + ">. After joining, post that you would like verification and a mod will get to your request as soon as possible. We appreciate your patience. Only one account per person is allowed access to LBRY Rewards. This channel is not for YouTube sync, which is a separate process which can take a while." +var message = "If you would like to be verified goto this channel <#" + verificationChannelID + ">. After joining, post that you would like verification and a mod will get to your request as soon as possible. We appreciate your patience. Only one account per person is allowed access to LBRY Rewards. This channel is not for YouTube sync, which is a separate process that requires a minimum number of views on Youtube (If you restarted LBRY and didn't get verified, you most likely don't qualify)." msg.channel.send( message ); } }