Releases: Sn1F3rt/quartcord
Releases · Sn1F3rt/quartcord
v1.0.1
v1.0.0
quartcord
v1.0.0
Changes from Quart-Discord
:
- Switch to Discord API
v10
. - Add
quartcord.models.User.display_name
attribute to show the global display name of the user. - Add the
size
parameter toquartcord.models.User.avatar_url
andquartcord.models.User.default_avatar_url
to specify the resolution of the image (defaults to1024
). - Rewrite
quartcord.models.User.default_avatar_url
to match theindex
calculation as per the new username system. - Add
quartcord.models.User.get_guilds()
method to return a list of the user's guilds from the cache if found, else make an API call to do so. - Change the user
quartcord.models.User
model such thatstr(user-object)
returns the"username"
of the user, instead of the deprecated"username#discriminator"
string.