From 921eb318bcb46b366ca569804b458741266dcdcd Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Tue, 18 Jan 2022 13:39:06 +0100 Subject: [PATCH] Testing thing --- 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 2589af2..611115a 100644 --- a/commands/info/help.js +++ b/commands/info/help.js @@ -59,7 +59,7 @@ module.exports = { let regex = //g commands = commands.replace(regex, prefix) embed.addFields( - { name: "General", value: commands }, + { name: " ", value: commands }, ) if(commands === false){ message.channel.send("There is no command with that name");