diff --git a/discord/utils.py b/discord/utils.py index 6bd879fd0..3b71b4051 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -100,6 +100,9 @@ class _MissingSentinel: def __bool__(self): return False + def __hash__(self): + return 0 + def __repr__(self): return '...'