Skip to content

Commit

Permalink
Fix doc rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Jul 7, 2022
1 parent 5f56816 commit c40aacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbulb/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def app_command_permissions(
for a command.
Args:
perms (Optional[:obj:`hikari.Permissions`]: The permissions to set as the default for the command when
perms (Optional[:obj:`hikari.Permissions`]): The permissions to set as the default for the command when
it is created in a guild. If ``None``, no default permissions will be set.
dm_enabled (:obj:`bool`): Whether the command should be available in DM. If the command is not global
then this will have no effect.
Expand Down

0 comments on commit c40aacf

Please sign in to comment.