Updated intl formatters

This commit is contained in:
2024-11-14 17:24:12 +01:00
parent 96b145a8ad
commit a9b1d5ba67
6 changed files with 37 additions and 25 deletions

View File

@@ -12,7 +12,7 @@ export default {
embeds: [{
title: "New Member",
description: userMention(member.id) + " has joined the server.\n" +
"Account created: " + dateTimeFormatter.format(member.user.createdAt),
"Account created: " + dateTimeFormatter(member.user.createdAt),
color: embedColor,
thumbnail: {
url: member.user.avatarURL() || ""