Pycord-Development / pycord

Pycord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python
https://docs.pycord.dev
MIT License
2.71k stars 459 forks source link

fix: incorrect type-hint for RawMemberRemoveEvent.user #2456

Closed yoggys closed 3 months ago

yoggys commented 3 months ago

Summary

Fixed the type-hinting of RawMemberRemoveEvent.user to reflect actual behavior.

Information

Checklist

plun1331 commented 3 months ago

Superseded by #2457