diff --git a/rustplus/api/structures/rust_marker.py b/rustplus/api/structures/rust_marker.py index 8489e64..0b18604 100644 --- a/rustplus/api/structures/rust_marker.py +++ b/rustplus/api/structures/rust_marker.py @@ -185,3 +185,6 @@ def __str__(self) -> str: self._out_of_stock, ) ) + + def __hash__(self) -> int: + return hash((self._id, self._type))