Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Releases: Abdera7mane/cordot

cordot v0.2.0

25 Oct 01:55
e16e807
Compare
Choose a tag to compare
  • Docs: Documentation is here !
  • Entity: renamed DiscordTeam.Member to DiscordTeam.TeamMember.
  • Core: Support message components.
  • REST: Less verbose API with DiscordRESTActions.
  • Core: Support text voice channels.
  • Core: Better interaction support.
  • Client: Fix client_ready signal not being emitted when the bot logins without GUILDS intent.

cordot v0.1.1

09 Jul 19:37
7a752ed
Compare
Choose a tag to compare
  • REST: Fix a bug when queuing requests the GDScriptFunctionState never gets completed.
  • REST: Implement an experimental HTTP Connnection Pooling (very unusable).
  • REST: DiscordRESTAdapter can be used as standalone Discord REST client.
  • REST: Enhance REST API errors debugging.
  • Client: Error codes enum min value starts from 49 to avoid collisions with @GlobalScope.Error.
  • Core: Fix User object properties getting erased after a presence update event.
  • Core: Fix Interaction events processing on Guilds.
  • Core: Roles color is set to transparent if the color code is 0.
  • Entity Cache: Improve entity caching to work in enabled and disabled modes.

v0.1.0

21 Mar 17:47
7c21020
Compare
Choose a tag to compare
Initial release