Skip to content

Commit

Permalink
Update message.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasLamba2006 authored Apr 10, 2024
1 parent b88f51f commit aaafc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions/tickets/construct/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ class MessageConstruct {
icon = DiscordUtils.interaction_command_icon;
}

const [_, messageEditedAt] = this.set_time(message);
let [_, messageEditedAt] = this.set_time(message);

if (messageEditedAt) {
messageEditedAt = this.setEditAt(messageEditedAt);
Expand Down Expand Up @@ -654,4 +654,4 @@ function escapeHtml(text) {
return text.replace(/[&<>"']/g, function (m) {
return map[m];
});
}
}

0 comments on commit aaafc5e

Please sign in to comment.