Skip to content

Commit 4fd02ff

Browse files
Update discord_slash/utils/manage_commands.py
Co-authored-by: Sam <[email protected]>
1 parent 89d38c0 commit 4fd02ff

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
@@ -345,7 +345,7 @@ def create_multi_ids_permission(ids: typing.List[int], id_type: int, permission:
345345
346346
:param id: List of target ids to apply the permission on.
347347
:param id_type: Type of the id.
348-
:param permission: State of the permission. ``True`` to allow access, ``False to disallow access.
348+
:param permission: State of the permission. ``True`` to allow access, ``False`` to disallow access.
349349
"""
350350
return [create_permission(id, id_type, permission) for id in set(ids)]
351351

0 commit comments

Comments
 (0)