fix docs for soundboard_sound_update event

This commit is contained in:
owocado 2025-06-20 23:53:35 +05:30 committed by GitHub
parent 26855160f8
commit 8d8d5e180a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1354,8 +1354,10 @@ Soundboard
.. versionadded:: 2.5
:param sound: The soundboard sound that was updated.
:type sound: :class:`SoundboardSound`
:param before: The soundboard sound before the update.
:type before: :class:`SoundboardSound`
:param after: The soundboard sound after the update.
:type after: :class:`SoundboardSound`
Stages