From 91d1e37be036b279ec9d4b3c454cdc2028509120 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Tue, 27 Feb 2024 16:51:37 +0500 Subject: [PATCH] fix uptime calculation --- commands/General/stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/General/stats.js b/commands/General/stats.js index 204e7392..c91f8207 100644 --- a/commands/General/stats.js +++ b/commands/General/stats.js @@ -60,7 +60,7 @@ class Stats extends BaseCommand { { name: client.customEmojis.status.online + " " + interaction.translate("general/stats:ONLINE_TITLE"), value: interaction.translate("general/stats:ONLINE_CONTENT", { - time: ``, + time: ``, }), }, {