Skip to content

v2.2.2 [BREAKING]

Compare
Choose a tag to compare
@filipporomani filipporomani released this 08 Apr 15:09
· 188 commits to main since this release

This is the first breaking release. After this version, heyoo will be mostly incompatible with this library.

Updates:

  • Message() object, refer to the wiki for more informations;
  • Removed send_message(), reply_to_message() and mark_as_read() methods; they have been inserted into the Message() class.
  • New message parser: messages are now parsed automatically by the Message() class
  • New send/mark-as-read/reply method; refer to wiki
  • Class splitted into multiple files
  • Docs moved from README to Wiki
  • Other minor fixes.