We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db563b commit 3e3ad40Copy full SHA for 3e3ad40
1 file changed
src/ps/commands/help.tsx
@@ -142,6 +142,7 @@ export const command: PSCommand = {
142
name: 'help',
143
help: 'Shows the help for a command.',
144
syntax: 'CMD [command]',
145
+ aliases: ['h'],
146
flags: { allowPMs: true },
147
categories: ['utility'],
148
async run({ message, broadcastHTML, args, checkPermissions, $T }) {
0 commit comments