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 });