From e9a6e401706284bb9aefac8c51f2a2d542e79e41 Mon Sep 17 00:00:00 2001 From: baz Date: Mon, 18 Mar 2024 20:39:36 +0000 Subject: [PATCH] make linter happy --- commands/testing/uptime.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/testing/uptime.js b/commands/testing/uptime.js index 66723ba..2d6d4d9 100644 --- a/commands/testing/uptime.js +++ b/commands/testing/uptime.js @@ -43,7 +43,6 @@ module.exports = { const currentDate = `${currentYear}/${currentMonth}/${currentDay} ${currentHour}:${currentMinute}:${currentSecond}`; const embed = new EmbedBuilder() - .setColor(0xD36918) .setTitle('Current Uptime') .setThumbnail(interaction.client.user.avatarURL())