Skip to content

Commit 1f28c1b

Browse files
committed
Fix class reference in docstring
1 parent f1b8aa0 commit 1f28c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def create_group(
549549
The name of the group to create.
550550
description: :class:`str`
551551
The description of the group to create.
552-
guild_ids: Optional[List[int]]
552+
guild_ids: Optional[List[:class:`int`]]
553553
A list of the IDs of each guild this group should be added to, making it a guild command.
554554
This will be a global command if ``None`` is passed.
555555
@@ -579,7 +579,7 @@ def group(
579579
The name of the group to create.
580580
description: :class:`str`
581581
The description of the group to create.
582-
guild_ids: Optional[List[int]]
582+
guild_ids: Optional[List[:class:`int`]]
583583
A list of the IDs of each guild this group should be added to, making it a guild command.
584584
This will be a global command if ``None`` is passed.
585585

0 commit comments

Comments
 (0)