Releases: Nekidev/dyncord
v0.13.6
dyncord 0.13.6
- Added
Bot::shard()method to specify the shard ID to connect as. I intend to make this be able to take multiple IDs in the future to automatically connect as multiple shards.
This comes after I used dyncord to make an incoming events throughput meter for Payphone (74k servers) and realized I had never exposed an API to specify the shard.
Repository: https://github.com/Nekidev/dyncord
Documentation: https://docs.rs/dyncord
Discord server: https://discord.gg/tkAMaxnRTn
v0.13.4
dyncord 0.13.4
- Updated Cargo.toml to add
--cfg docsrswhen building crate in docs.rs
Repository: https://github.com/Nekidev/dyncord
Documentation: https://docs.rs/dyncord
Discord server: https://discord.gg/tkAMaxnRTn
v0.13.3
dyncord 0.13.3
- Updated Cargo.toml to make docs.rs compile docs with all feature flags, since docs for feature flag-gated modules and derives were missing.
Repository: https://github.com/Nekidev/dyncord
Documentation: https://docs.rs/dyncord
Discord server: https://discord.gg/tkAMaxnRTn
v0.13.2
dyncord 0.13.2
Repository: https://github.com/Nekidev/dyncord
Documentation: https://docs.rs/dyncord
Discord server: https://discord.gg/tkAMaxnRTn
v0.13.1
dyncord 0.13.1
- Added support for errors in prefix getter functions
Repository: https://github.com/Nekidev/dyncord
Documentation: https://docs.rs/dyncord
Discord server: https://discord.gg/tkAMaxnRTn
v0.13.0
dyncord 0.13.0
- Added support for message commands
- Added documentation on message commands
- Added message command code examples
Repository: https://github.com/Nekidev/dyncord
Documentation: https://docs.rs/dyncord