Releases: AS1100K/bevy-discord
Releases · AS1100K/bevy-discord
v0.6.0-rc.1
Changed
- Move all configuration structs to
config
module
Fixes
- Disabled unwanted default features for dependencies
Removed
http
,rich_presence
,bot
,plugin
module
v0.6.0-alpha.3
Added
- feature
docsrs
new
function implementation inDiscordPluginGroup
rich_presence
example inREADME.md
Changed
- Moved
bevy_discord::rich_presence::discord_sdk
tobevy_discord::discord_sdk
- Made Re-exports directly instead of
pub use _::*
in module
Fixed
- examples
v0.6.0-alpha.2
Changed
-
Made
setup_rich_presence
function use tokio'sblock_on
function instead of spawnThis now ensures tokio runtime is available to
discord-sdk
crate when initializingDisocrd
Fixed
- Made docs buildable See Error
v0.6.0-alpha.1
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
tobevy_discord::events::bot
- Refactor
BEventCollection
toEventCollection
and moved it frombevy_discord::bot::common::BEventCollection
tobevy_discord::events::EventCollection
- Update
create_event_collection_and_handler
macro with refactored items
v0.5.0
v0.5.0-beta.1
Added
- Added ability to have multiple shards in
DiscordBotConfig
Changed
- Upgraded bevy dependency from
0.13
to0.15.0-rc.3
- Made macros accessible to crate only - 60df93
Removed
- Unused macros
v0.4.0
v0.3.1
For commit history see https://github.com/AS1100K/bevy-discord/tree/v0.3.1
Changed
- Changed
DiscordBotConfig::token
type toString
#4
v0.3.0
v0.2.2
Added
- Documentation regarding crate and various modules, structs and functions
Changed
- License from
GPL-3
toMIT
Fixes
- Removed Error when the channel is empty