Skip to content

Releases: dico-api/dico

Alpha Release 0.0.28

15 Dec 11:51
681cfe9
Compare
Choose a tag to compare

Voice implementation. (#16)
Added __eq__, __ne__, __hash__ at DiscordObjectBase.
Implemented missing CDN urls.

Alpha Release 0.0.27

10 Dec 05:09
bd2b193
Compare
Choose a tag to compare

Fixed TypeError: int() argument must be a string, a bytes-like object or a number, not 'SendOnlyChannel'.

Alpha Release 0.0.26

26 Nov 05:07
bff8c24
Compare
Choose a tag to compare

Fixed AllowedMentions disables every mentions.
Fixed Snowflake.timestamp value is incorrect. (#13)
Implemented Guild Scheduled Event.

Alpha Release 0.0.25

04 Nov 04:45
f84502a
Compare
Choose a tag to compare

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

24 Oct 08:50
16534a1
Compare
Choose a tag to compare

(temporary) Fix guild create may have invalid payload

Alpha Release 0.0.24

24 Oct 07:25
d869adf
Compare
Choose a tag to compare

Fixed monoshard related issues.

Alpha Release 0.0.23

23 Oct 08:24
ad867b8
Compare
Choose a tag to compare

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

22 Sep 06:22
6efac6e
Compare
Choose a tag to compare

Using __repr__ to make it easy to understand externally. (#10)
Fixed dispatching sometimes fails with Client.wait

Alpha Release 0.0.21

21 Sep 15:31
7321bd2
Compare
Choose a tag to compare

Fixed url missing in Embed.to_dict().
Allowed components to be copied.
Implemented HTTPRequest.

Alpha Release 0.0.20

20 Sep 10:43
8a3c558
Compare
Choose a tag to compare

Fixed missing value at MessageTypes
Implemented sticker API requests.