- Updated Emoji to have improved \_\_str\_\_ for guild emojis
1.0.15
- Added more properties/functions to Role() - Added more properties/functions to Guild()
1.0.14
- Added BaseFlag.all() to all Flags (Gives the max value) - Improved BaseFlag.add_flag|remove_flag to support BaseFlag as a value - Added Member.has_permissions()
1.0.13
Normal updates: - Added name property to sticker that was somehow missing - Added better handling of Emoji object - Added edited_timestamp, emojis and stickers to Message object - Improved user mentions for Message object to actually return a list of User objects
Library developers update - Fixed import sorting being not to standard - Improved types
1.0.12
- Fixed sync log bug where it would still print even tho it did not sync - Added Member.get_role - Fixed small issues here and there
1.0.9
- Added ability to reply to message - Added ability to crosspost a message - Added MessageReference Object