From 6c9bc06092604235248ec70a278bccf81875bb7e Mon Sep 17 00:00:00 2001 From: Blobby Date: Thu, 11 Jan 2024 19:03:20 +0400 Subject: [PATCH] Update help.js --- commands/misc/help.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/misc/help.js b/commands/misc/help.js index f464389..8933609 100644 --- a/commands/misc/help.js +++ b/commands/misc/help.js @@ -92,7 +92,7 @@ module.exports = { .setTitle('Information Module') .setDescription("These are the **Information** commands.") .addFields( - {name: "Commands", value: ', , , , , ', inline: false}, + {name: "Commands", value: ', , , , , , ', inline: false}, ) .setTimestamp() @@ -189,4 +189,4 @@ module.exports = { name: 'help', description: 'Lists out all the commands available in the bot' -} \ No newline at end of file +}