Skip to content

Commit 3e82261

Browse files
committed
Fix docsstring typo for create_multi_ids_permission.
1 parent 1429bb2 commit 3e82261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/utils/manage_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def create_multi_ids_permission(ids: typing.List[int], id_type: typing.Union[int
344344
"""
345345
Creates a list of permissions from list of ids with common id_type and permission state.
346346
347-
:param id: List of target ids to apply the permission on.
347+
:param ids: List of target ids to apply the permission on.
348348
:param id_type: Type of the id.
349349
:param permission: State of the permission. ``True`` to allow access, ``False`` to disallow access.
350350
"""

0 commit comments

Comments
 (0)