All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added ability to have multiple shards in
DiscordBotConfig
- Upgraded bevy dependency from
0.14
to0.15
- Made macros accessible to crate only - 60df93
- Unused macros
webhook
module and feature
- Add
DiscordHttpResource
onceBReadyEvent
is emitted inDiscordBotPlugin
- Upgraded bevy dependency from
0.13
to0.14
- Added Examples to
Cargo.toml
, so they can be scraped by cargo doc
For commit history see https://github.com/AS1100K/bevy-discord/tree/v0.3.1
- Changed
DiscordBotConfig::token
type toString
#4
- Module Http
- New Examples
- Removed Explicit minor versioning of dependencies #3
- Disabled default features for
reqwest
#3 - Improved Documentation
- Moved
bevy_discord::bot::serenity
tobevy_discord::serenity
- module
webhook
- Documentation regarding crate and various modules, structs and functions
- License from
GPL-3
toMIT
- Removed Error when the channel is empty
- Made
token
accessible - Made
gateway_intents
accessible
- Re-export serenity
- Made
Http
accessible - Added
DiscordBotPlugin
toDiscordSet
- Made
BEventCollection
private - Made
runtime
module public - Replaced
default
feature withfull
feature
- Added feature on which a module is available in documentation.
- Integration with serenity