We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a1d6d commit a680a0eCopy full SHA for a680a0e
functions/ENGINE/checkin/postReaction.js
@@ -66,6 +66,7 @@ module.exports.run = async (message) => {
66
let checkedText = 'ID checked';
67
68
const date = await getDate(message.channel);
69
+ console.debug(date.format('YYYY-MM-DD'));
70
if (date && date.isValid()) {
71
const age = moment().diff(date, 'years');
72
if (age <= 18) {
0 commit comments