fix motions and embeds

merge-requests/17/head
Hiroyuki 2021-02-07 21:58:44 -04:00
parent 626131bf4e
commit 34c298e51e
No known key found for this signature in database
GPG Key ID: C15AC26538975A24
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export default (client: Client) => {
present, present,
absent, absent,
}, },
acceptedAt: Number, acceptedAt: Date.now(),
}); });
const directorDiscord = client.users.get(motion.issuedBy); const directorDiscord = client.users.get(motion.issuedBy);