feat: update match request embed format and notification handling

This commit is contained in:
VinceC
2024-11-29 04:27:09 -06:00
parent 03c612b351
commit 3651537c1f
2 changed files with 41 additions and 3 deletions

View File

@@ -147,6 +147,7 @@ class EmbedBuilders {
}
static createMatchRequestEmbed(matchData) {
// Parse the match date from the provided format
const matchDateTime = new Date(matchData.match_date);
const formattedDateTime = matchDateTime.toLocaleString();