Skip to content

Commit

Permalink
[Info] use aesterisk
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Jul 16, 2024
1 parent 825b4dc commit 6ea8e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async def _user_info(
@commands.has_permissions(embed_links=True)
@commands.bot_has_permissions(embed_links=True)
@commands.command(name="commandinfo", aliases=["cinfo"])
async def _command_info(self, ctx: commands.Context, command: commands.CommandConverter):
async def _command_info(self, ctx: commands.Context, *, command: commands.CommandConverter):
"""
View detailed information about a command.
"""
Expand Down

0 comments on commit 6ea8e4a

Please sign in to comment.