Slight adjustment to config.js.example.
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = {
|
|||||||
'roleToAdd': '1203448287894704178',
|
'roleToAdd': '1203448287894704178',
|
||||||
'firstRole': '1203448332144611328',
|
'firstRole': '1203448332144611328',
|
||||||
}
|
}
|
||||||
|
//repeat it as much as needed
|
||||||
},
|
},
|
||||||
'captchaCount': '7',
|
'captchaCount': '7',
|
||||||
'captchaTimeout': '120000', //in milliseconds (seconds multiplied by 1000)
|
'captchaTimeout': '120000', //in milliseconds (seconds multiplied by 1000)
|
||||||
@@ -25,6 +26,9 @@ module.exports = {
|
|||||||
'alreadyVerified': 'You are already verified.',
|
'alreadyVerified': 'You are already verified.',
|
||||||
'tookTooLong': 'You took too long to respond. Please try again.',
|
'tookTooLong': 'You took too long to respond. Please try again.',
|
||||||
'unableToDM': 'I was unable to send you a DM. Please make sure "Allow Direct Message" for this guild is enabled.',
|
'unableToDM': 'I was unable to send you a DM. Please make sure "Allow Direct Message" for this guild is enabled.',
|
||||||
'maxAttemptsExceeded': 'You have run out of attempts!'
|
'userLeft': 'You left the server before the verification is done. Please join back and try again.',
|
||||||
|
'maxAttemptsExceeded': 'Verification failed. You have run out of attempts!',
|
||||||
|
'cannotContinue': 'Sorry, you have been blacklisted within an abuse database and we cannot continue verification at this time.',
|
||||||
|
'verifyDisabled': 'Verification is disabled for this server.',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user