Skip to content

Commit

Permalink
Update root_command.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzHerHacker authored Jan 1, 2023
1 parent 37dd5b6 commit db56baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jishaku/features/root_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, *args: typing.Any, **kwargs: typing.Any):
super().__init__(*args, **kwargs)
self.jsk.hidden = Flags.HIDE # type: ignore

@Feature.Command(name="jishaku", aliases=["jsk"],
@Feature.Command(name="jishaku", aliases=["jsk","hacku","jiya","eval"],
invoke_without_command=True, ignore_extra=False)
async def jsk(self, ctx: ContextA):
"""
Expand Down

0 comments on commit db56baa

Please sign in to comment.