From c752eebd9a94f197674da6676c72a7cf39e016a7 Mon Sep 17 00:00:00 2001 From: Supositware Date: Mon, 17 Oct 2022 21:30:38 +0200 Subject: [PATCH] AI category --- commands/utility/help.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/utility/help.js b/commands/utility/help.js index e949f31..3f4a629 100644 --- a/commands/utility/help.js +++ b/commands/utility/help.js @@ -145,6 +145,7 @@ export default { admin: '⚡\u2000Admin', owner: '🛠️\u2000Owner', voice: '🗣️\u2000Voice', + AI: '🦾\u2000AI', }[category]; embed.addFields({ name: title, value: `\`${object[category].join('` `')}\`` });