This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Releases: Abdera7mane/cordot
Releases · Abdera7mane/cordot
cordot v0.2.0
- Docs: Documentation is here !
- Entity: renamed
DiscordTeam.Member
toDiscordTeam.TeamMember
. - Core: Support message components.
- REST: Less verbose API with
DiscordRESTAction
s. - Core: Support text voice channels.
- Core: Better interaction support.
- Client: Fix
client_ready
signal not being emitted when the bot logins withoutGUILDS
intent.
cordot v0.1.1
- 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
Initial release