We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ecce8 commit 71bd673Copy full SHA for 71bd673
discord_slash/client.py
@@ -497,10 +497,6 @@ async def _group_say(ctx, _str):
497
async def _group_kick_user(ctx, user):
498
...
499
500
- .. note::
501
- Unlike normal slash command, this doesn't support ``options`` arg, since it will be very complicated.\n
502
- Also, subcommands won't be automatically registered to Discord API even if you set ``auto_register`` to ``True``.
503
-
504
:param base: Name of the base command.
505
:type base: str
506
:param subcommand_group: Name of the subcommand group, if any. Default ``None`` which represents there is no sub group.
0 commit comments