From 03f88d10cc3da90df1a3bc5c26ffb74c55d90a93 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Wed, 11 Jan 2023 17:26:03 +0100 Subject: [PATCH] clean --- commands/message/core/stats.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/message/core/stats.js b/commands/message/core/stats.js index 96e044f..7da6ff2 100644 --- a/commands/message/core/stats.js +++ b/commands/message/core/stats.js @@ -61,7 +61,6 @@ module.exports = { ] return editOrReply(context, createEmbed("default", context, { - //description: codeblock("autohotkey", [`Guilds: ${formatted.guilds}`, `Shard: ${context.shardId + 1}/${context.manager.cluster.shardCount}`, `Memory Usage: ${Math.round(formatted.usage / 1024 / 1024)}MB`]) description: display.join('\n') }))