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())