update verification message

This commit is contained in:
Thomas Zarebczan 2017-10-31 18:12:22 -04:00 committed by GitHub
parent e66a315317
commit 2cf8c69c4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -353,7 +353,7 @@ exports.verification = {
usage: " ", usage: " ",
description: 'Verification Help Message', description: 'Verification Help Message',
process: function(bot,msg){ 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 ); msg.channel.send( message );
} }
} }