From a15a5291033190b40e68c25bb7e34f07105bd6c7 Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Tue, 22 Nov 2022 19:30:35 +0700 Subject: [PATCH] sussy help change --- commands/help.js | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/commands/help.js b/commands/help.js index ad0b1a6..d340534 100644 --- a/commands/help.js +++ b/commands/help.js @@ -46,11 +46,8 @@ module.exports = { function run() { let discordSupported; let alias = command.name; - if (typeof command.discordExecute === 'undefined') { - discordSupported = 'false'; - } else { - discordSupported = 'true'; - } + if (typeof command.discordExecute === 'undefined') discordSupported = 'false'; + else discordSupported = 'true'; if (command.alias.toString() !== '') { alias = command.alias.join(', '); } @@ -90,11 +87,8 @@ module.exports = { function run() { let discordSupported; let alias = command.name; - if (typeof command.discordExecute === 'undefined') { - discordSupported = 'false'; - } else { - discordSupported = 'true'; - } + if (typeof command.discordExecute === 'undefined') discordSupported = 'false'; + else discordSupported = 'true'; if (command.alias.toString() !== '') { alias = command.alias.join(', '); }