dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
648 stars 153 forks source link

Add PartialUser.display_name #660

Closed ThatOtherAndrew closed 4 months ago

ThatOtherAndrew commented 5 months ago

Summary

Adds the missing display_name key to the PartialUser TypedDict

General Info

dolfies commented 4 months ago

Thanks for the PR, but this is a deprecated alias for global_name.

ThatOtherAndrew commented 4 months ago

Whoops, thanks for letting me know! I have noticed a few other missing keys such as Guild.premium_progress_bar_enabled - is it a similar story there as well?

dolfies commented 3 months ago

No, those keys would indeed be missing :)