Skip to content

Commit

Permalink
Merge pull request #5 from xnaas/patch-1
Browse files Browse the repository at this point in the history
help: alias `help` command with `h`
  • Loading branch information
Exirel authored Jun 3, 2021
2 parents a79ee6e + bc2517b commit 7b5cf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel_help/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def configure(settings):
manager.configure(settings)


@module.commands('help')
@module.commands('help', 'h')
@module.example('.help', user_help=True)
@module.example('.help help', user_help=True)
def sopel_help(bot, trigger):
Expand Down

0 comments on commit 7b5cf9d

Please sign in to comment.