dolfies / discord.py-self

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

Add option to change global display name #556

Closed WyattRichartz closed 10 months ago

WyattRichartz commented 10 months ago

Summary

Added the ability to change the global display name (the name that shows up for everybody that takes precedence over your actual @username) for the discord.ClientUser class.

General Info

A very simple addition to the base library. There is no need for a captcha/password when changing your display name. I did my best to keep the style of this pull request consistent with the style of the rest of the library.

There are two commits instead of one for this pull request since the original commit was made to the PyPi version of this library. The second and most recent commit uses the code presently found in the main branch.

WyattRichartz commented 10 months ago

I was not aware of that feature, so thank you for bringing that to my attention. I updated the documentation and did my best to keep it consistent with the rest of the user.py file.

WyattRichartz commented 10 months ago

No worries, my mistake.