From 34c298e51e27825ab43bc027013a44f4c331f531 Mon Sep 17 00:00:00 2001 From: Hiroyuki Date: Sun, 7 Feb 2021 21:58:44 -0400 Subject: [PATCH] fix motions and embeds --- src/intervals/motions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);