mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Remove extraneous unneeded hash calls.
This commit is contained in:
@ -39,4 +39,4 @@ class Hashable(EqualityComparable):
|
||||
__slots__ = ()
|
||||
|
||||
def __hash__(self):
|
||||
return hash(self.id)
|
||||
return self.id >> 22
|
||||
|
Reference in New Issue
Block a user