From 606edf45ff7c57181c13fccea2ddaa30ffde91a9 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Wed, 25 Oct 2023 20:51:24 +0200 Subject: [PATCH] add more help aliases --- commands/message/core/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/core/help.js b/commands/message/core/help.js index f3efaf8..67115b0 100644 --- a/commands/message/core/help.js +++ b/commands/message/core/help.js @@ -105,7 +105,7 @@ const categories = { module.exports = { name: 'help', label: 'command', - aliases: ['cmds', 'cmd', 'commands', 'command'], + aliases: ['cmds', 'cmd', 'commands', 'command', 'pleasehelpmeiamgoingtoexplode', 'h', '?'], metadata: { description: 'List all commands, get more information about individual commands.', description_short: 'Show full command list',