From 56df5dcea3166a1d9f62549c362a3562071a8798 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 24 Mar 2022 23:47:47 +0100 Subject: [PATCH] Revert "Testing thing" This reverts commit 921eb318bcb46b366ca569804b458741266dcdcd. --- commands/info/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/info/help.js b/commands/info/help.js index b1db9da..a5c88f4 100644 --- a/commands/info/help.js +++ b/commands/info/help.js @@ -61,7 +61,7 @@ module.exports = { } commands = commands.replace(regex, prefix) embed.addFields( - { name: " ", value: commands }, + { name: "General", value: commands }, ) if(noHelp == 0) message.channel.send({embeds :[embed]});