From 753825fabe6905e1c68b15a3f537a04927f2cfbb Mon Sep 17 00:00:00 2001 From: Davide Fantino <80767709+fantinodavide@users.noreply.github.com> Date: Sat, 17 Sep 2022 01:39:55 +0200 Subject: [PATCH] vote timestamp --- mapvote.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mapvote.js b/mapvote.js index 62824c1..2328808 100644 --- a/mapvote.js +++ b/mapvote.js @@ -647,7 +647,8 @@ export default class MapVote extends DiscordBasePlugin { value: `${message}` } ] - } + }, + timestamp: (new Date()).toISOString() }); }