Skip to content

Version 0.1.1

Compare
Choose a tag to compare
@NobreHD NobreHD released this 31 Aug 22:48
· 6 commits to main since this release
2dd2b2c

Changelog:

  • Raw Event: Introduced a new event, "raw," to provide more flexibility for advanced users to directly process the underlying data without intermediaries.
  • Chat Message Data Wrapper: Simplified the chat message data structure for new users by introducing a wrapper. This change necessitated updates to the "message" event and command functions to accommodate the new format.
  • Message Deletion Functionality: Implemented the PicaBot.delete_message function, allowing the bot to delete messages under the condition that it's a moderator on the channel.