Skip to content

Commit 71bd673

Browse files
committed
Removed outdated docs
1 parent 17ecce8 commit 71bd673

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

discord_slash/client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,10 +497,6 @@ async def _group_say(ctx, _str):
497497
async def _group_kick_user(ctx, user):
498498
...
499499
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-
504500
:param base: Name of the base command.
505501
:type base: str
506502
:param subcommand_group: Name of the subcommand group, if any. Default ``None`` which represents there is no sub group.

0 commit comments

Comments
 (0)