Skip to content

v0.6.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 13:13
· 42 commits to main since this release
66ebd83

This release note is continued from v0.5 release note

Added

  • rich_presence feature
  • re-export discord-sdk
  • macro send_event_tuple
  • ChannelPlugin
  • ChannelListener
  • DiscordPluginGroup

Changed

  • move bevy_discord::bot::events to bevy_discord::events::bot
  • Refactor BEventCollection to EventCollection and moved it from bevy_discord::bot::common::BEventCollection to bevy_discord::events::EventCollection
  • Update create_event_collection_and_handler macro with refactored items