Skip to content

Commit d517720

Browse files
Paillat-devCopilot
andauthored
Update discord/soundboard.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Paillat <[email protected]>
1 parent 158a1fc commit d517720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/soundboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _from_data(self, data: SoundboardSoundPayload | VoiceChannelEffectSendEventP
9090

9191
@override
9292
def __eq__(self, other: PartialSoundboardSound) -> bool: # pyright: ignore[reportIncompatibleMethodOverride]
93-
if isinstance(other, self, __class__):
93+
if isinstance(other, self.__class__):
9494
return self.id == other.id
9595
return NotImplemented
9696

0 commit comments

Comments
 (0)