add last updated to mojang status embed
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m38s

This commit is contained in:
Lee
2024-04-17 17:33:12 +01:00
parent fd950efa17
commit 5217ee4aab
5 changed files with 30 additions and 3 deletions

View File

@ -2,6 +2,7 @@ import { Card } from "@/app/components/card";
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/app/components/ui/table";
import { generateEmbed } from "@/common/embed";
import { capitalizeFirstLetter } from "@/common/string-utils";
import { formatTime } from "@/common/time-utils";
import { cn } from "@/common/utils";
import { CachedEndpointStatus, getMojangEndpointStatus } from "mcutils-library";
import { Metadata } from "next";
@ -55,6 +56,7 @@ export async function generateMetadata(): Promise<Metadata> {
return `**${url}**: ${formatStatus(status)}`;
})
.join("\n");
description += `\n\nUpdated: ${formatTime(new Date())}`;
return generateEmbed({
title: "Mojang Status",