feat: update match request embed format and notification handling
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user