From 45bba6de09b7971161307256c57c7aaa4e2abb83 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 28 Oct 2019 00:26:59 +0100 Subject: [PATCH] don't show owner command --- commands/utility/help.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/utility/help.js b/commands/utility/help.js index 843b556a..303b9299 100644 --- a/commands/utility/help.js +++ b/commands/utility/help.js @@ -75,7 +75,6 @@ class HelpCommand extends Command { images: '💕\u2000Images', utility: '⭐\u2000Utility', admin: '😎\u2000Admin', - owner: '⚡\u2000Owner' }[category.id]; if (title) embed.addField(title, `\`${category.map(cmd => cmd.aliases[0]).join('` `')}\``);