From 6ea8e4a11e6c16063a34a316c3baedee4facc9fd Mon Sep 17 00:00:00 2001 From: japandotorg Date: Tue, 16 Jul 2024 10:54:13 +0530 Subject: [PATCH] [Info] use aesterisk --- info/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/core.py b/info/core.py index a85af2e..482c1d6 100644 --- a/info/core.py +++ b/info/core.py @@ -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. """