change rm

merge-requests/25/merge
Matthew 2021-04-12 20:24:13 -04:00
parent 0639fb894f
commit 4f86ab695e
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -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 = <TextChannel> this.client.guilds.get(this.client.config.guildID).channels.get('611584771356622849');
log.createMessage({ embed });