Updated intl formatters
This commit is contained in:
@@ -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() || ""
|
||||
|
||||
Reference in New Issue
Block a user