File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ def create_group(
549
549
The name of the group to create.
550
550
description: :class:`str`
551
551
The description of the group to create.
552
- guild_ids: Optional[List[int]]
552
+ guild_ids: Optional[List[:class:` int` ]]
553
553
A list of the IDs of each guild this group should be added to, making it a guild command.
554
554
This will be a global command if ``None`` is passed.
555
555
@@ -579,7 +579,7 @@ def group(
579
579
The name of the group to create.
580
580
description: :class:`str`
581
581
The description of the group to create.
582
- guild_ids: Optional[List[int]]
582
+ guild_ids: Optional[List[:class:` int` ]]
583
583
A list of the IDs of each guild this group should be added to, making it a guild command.
584
584
This will be a global command if ``None`` is passed.
585
585
You can’t perform that action at this time.
0 commit comments