Releases: an-dyy/Rin
Releases · an-dyy/Rin
v0.1.2
What's Changed
- chore: Fixed wrong installation command in
README
by @sarthak-py in #6 - refactor!: Models rewrite by @an-dyy in #7
New Contributors
- @sarthak-py made their first contribution in #6
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- made a widget for the discord server invite by @Okimii in #4
- Name changed
rin.Event.READY
=>rin.Events.READY
- Support both
@GatewayClient.on(rin.Event, ...)
and@rin.Event.on(...)
- Added
rin.Event.wait(...)
- Added
rin.Intents
to help with intents - Made most classes use
attr.s
- Added
rin.Collector
and@rin.Event.collect(...)
New Contributors
- @Okimii made their first contribution in #4
Full Changelog: v0.1.0...v0.1.1
v0.1.0-alpha
ci: Add `publish-package.yml` action