Releases: dico-api/dico
Alpha Release 0.0.28
Voice implementation. (#16)
Added __eq__
, __ne__
, __hash__
at DiscordObjectBase.
Implemented missing CDN urls.
Alpha Release 0.0.27
Fixed TypeError: int() argument must be a string, a bytes-like object or a number, not 'SendOnlyChannel'
.
Alpha Release 0.0.26
Fixed AllowedMentions disables every mentions.
Fixed Snowflake.timestamp value is incorrect. (#13)
Implemented Guild Scheduled Event.
Alpha Release 0.0.25
Implemented Client.increase_shards
and Client.kill
.
Implemented autocomplete.
Implemented cache reset.
Fixed owner_ids returns invalid value if app is on team.
Hotfix 0.0.24.1
(temporary) Fix guild create may have invalid payload
Alpha Release 0.0.24
Fixed monoshard related issues.
Alpha Release 0.0.23
Added GuildMember.id
attribute.
Fixed model's raw value may be shared.
Fixed Client.wait
always raises WebsocketClosed on monosharding.
Alpha Release 0.0.22
Using __repr__
to make it easy to understand externally. (#10)
Fixed dispatching sometimes fails with Client.wait
Alpha Release 0.0.21
Fixed url missing in Embed.to_dict()
.
Allowed components to be copied.
Implemented HTTPRequest.
Alpha Release 0.0.20
Fixed missing value at MessageTypes
Implemented sticker API requests.