Skip to content

Commit 3e3ad40

Browse files
committed
chore: Add 'h' as a help alias
1 parent 8db563b commit 3e3ad40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ps/commands/help.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export const command: PSCommand = {
142142
name: 'help',
143143
help: 'Shows the help for a command.',
144144
syntax: 'CMD [command]',
145+
aliases: ['h'],
145146
flags: { allowPMs: true },
146147
categories: ['utility'],
147148
async run({ message, broadcastHTML, args, checkPermissions, $T }) {

0 commit comments

Comments
 (0)