From 9368994051af062520afd00ca78828e0c4865f7b Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 13 Apr 2021 00:05:17 -0400 Subject: [PATCH] fix --- src/commands/inquiry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/inquiry.ts b/src/commands/inquiry.ts index baad523..9f9f337 100644 --- a/src/commands/inquiry.ts +++ b/src/commands/inquiry.ts @@ -92,7 +92,7 @@ export default class Inquiry extends Command { if (currentReport.pin?.length > 0) { embed.addField('PIN', currentReport.pin.join('-'), true); } - embed.setTimestamp(inquiry.date); + embed.setTimestamp(); embed.setFooter('Inquiry performed on', this.client.user.avatarURL); return message.channel.createMessage({ embed }); } catch (err) {