Skip to content

Releases: Sn1F3rt/quartcord

v1.0.1

30 Dec 10:29
ae84744
Compare
Choose a tag to compare
  • Fix a typo in the internal configs file.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

30 Dec 04:44
627e18c
Compare
Choose a tag to compare

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 to quartcord.models.User.avatar_url and quartcord.models.User.default_avatar_url to specify the resolution of the image (defaults to 1024).
  • Rewrite quartcord.models.User.default_avatar_url to match the index 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 that str(user-object) returns the "username" of the user, instead of the deprecated "username#discriminator" string.