From 4f86ab695ed77c4f7ed216360fc740ef4abf0181 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 12 Apr 2021 20:24:13 -0400 Subject: [PATCH] change rm --- src/commands/inquiry_rm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/inquiry_rm.ts b/src/commands/inquiry_rm.ts index d24b6f5..81298c3 100644 --- a/src/commands/inquiry_rm.ts +++ b/src/commands/inquiry_rm.ts @@ -37,7 +37,7 @@ export default class Inquiry_Remove extends Command { embed.addField('Department/Service', inquiry.name || 'N/A'); embed.addField('Reason', inquiry.reason || 'N/A'); embed.setFooter(this.client.user.username, this.client.user.avatarURL); - embed.setTimestamp(inquiry.date || new Date()); + embed.setTimestamp(); const log = this.client.guilds.get(this.client.config.guildID).channels.get('611584771356622849'); log.createMessage({ embed });