diff --git a/pomice/objects.py b/pomice/objects.py index 063bd71..b251906 100644 --- a/pomice/objects.py +++ b/pomice/objects.py @@ -98,9 +98,6 @@ class Track: if not isinstance(other, Track): return False - if self.ctx and other.ctx: - return other.track_id == self.track_id and other.ctx.message.id == self.ctx.message.id - return other.track_id == self.track_id def __str__(self) -> str: