Skip to content

Commit 2fcc7de

Browse files
committed
📝 Fix typo in Guild.get_sound
1 parent c139c79 commit 2fcc7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/guild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4508,7 +4508,7 @@ def entitlements(
45084508
exclude_ended=exclude_ended,
45094509
)
45104510

4511-
def get_sound(self, sound_id: int) -> Soundboard | None:
4511+
def get_sound(self, sound_id: int) -> SoundboardSound | None:
45124512
"""Returns a sound with the given ID.
45134513
45144514
.. versionadded :: 2.7

0 commit comments

Comments
 (0)