shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
133 stars 25 forks source link

[Request] Hashable Types #41

Closed henry232323 closed 2 years ago

henry232323 commented 2 years ago

Add __hash__ to the primary types used in the library, especially Server, User, and Channel It should be pretty easy, and with some maintainer input I'd be happy to open a PR for this, perhaps builtin hash() of the ID?