diff --git a/src/intervals/motions.ts b/src/intervals/motions.ts index b7de6e9..9accc59 100644 --- a/src/intervals/motions.ts +++ b/src/intervals/motions.ts @@ -38,7 +38,7 @@ export default (client: Client) => { present, absent, }, - acceptedAt: Number, + acceptedAt: Date.now(), }); const directorDiscord = client.users.get(motion.issuedBy);