diff --git a/functions/ENGINE/checkin/postReaction.js b/functions/ENGINE/checkin/postReaction.js index 9db46de..068afdb 100644 --- a/functions/ENGINE/checkin/postReaction.js +++ b/functions/ENGINE/checkin/postReaction.js @@ -74,7 +74,7 @@ module.exports.run = async (message) => { const date = await getDate(message.channel); if (date && date.isValid()) { const age = moment().diff(date, 'years'); - if (age <= 18) { + if (age <= 17) { message.channel.send('Hello! You don\'t seem to be old enough for our server.\nPlease come back, when you are old enough.'); checked = true; checkedText = 'Not old enough';