Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.7.0...v3.0.0) (2022-05-27) ### Bug Fixes * 🚨 replace avatar with avatar_url ([826ef0b](826ef0b)) ### Code Refactoring * **Channel:** 🏗️ extend `Base`, update constructor signature ([e5feacb](e5feacb)) * **User:** ♻️ rename `avatar` to `avatar_url` in User constructors ([1e5c629](1e5c629)) ### Features * add helper functions for constructing request handlers ([#98](#98)) ([1aea72e](1aea72e)) * **Base:** 💩 implement BaseGroup#_patch ([7641639](7641639)) * **Base:** 💩 implement Chat#_patch ([1a86da5](1a86da5)) * **Member:** ✨ add Member#image_url ([1376aed](1376aed)) * mock API calls in tests ([#96](#96)) ([a97289c](a97289c)) * **Poll:** 🍻 poll overhaul ([67f700b](67f700b)) ### BREAKING CHANGES * **Channel:** Channel constructor changed: `Channel(ChannelData)` -> `Channel(Client, ChannelData)` * **User:** User constructor no longer accepts `avatar` property; use `avatar_url` instead
- Loading branch information