Fix audit log for multiple app command permission updates

This commit is contained in:
z03h
2022-06-29 19:20:23 -07:00
committed by GitHub
parent 66dbed29b7
commit 3b5cd3b92c
2 changed files with 40 additions and 25 deletions

View File

@ -3720,9 +3720,9 @@ AuditLogDiff
.. attribute:: app_command_permissions
The permissions of the app command.
List of permissions for the app command.
:type: :class:`~discord.app_commands.AppCommandPermissions`
:type: List[:class:`~discord.app_commands.AppCommandPermissions`]
.. attribute:: enabled