We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917b50c commit 29cd583Copy full SHA for 29cd583
functions/ENGINE/checkin/postReaction.js
@@ -69,7 +69,7 @@ module.exports.run = async (message) => {
69
console.log(date.format('YYYY-MM-DD'));
70
if (date && date.isValid()) {
71
const age = moment().diff(date, 'years');
72
- if (age <= 18) {
+ if (age <= 17) {
73
message.channel.send('Hello! You don\'t seem to be old enough for our server.\nPlease come back, when you are old enough.');
74
checked = true;
75
checkedText = 'Not old enough';
0 commit comments