fix motions and embeds
parent
626131bf4e
commit
34c298e51e
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue