v0.6.0
Update Path
In KOOK, mentioning voice channels in text messages is not supported, meaning IVoiceChannel
should not be derived from IMentionable
interface. Incorrect usage of mentioning IVoiceChannel
should be removed or modified.
The name of the cancellation token has been changed from CancelToken
to CancellationToken
. Existing methods, variables, properties, and parameters related to cancellation token should be updated.
Added
- Added connection and streaming for voice channels.
Fixed
- Fixed an issue where
KookSocketClient
did not correctly handleConnectionState
when casted toIKookClient
orBaseKookClient
.
Changes
IVoiceChannel
no longer derived fromIMentionable
interface.- Renamed the name of methods, variables, properties, and parameters from
CancelToken
toCancellationToken
.
Misc
- Updated document template, added example project page, and added voice streaming documentation.
Full Changelog: v0.5.5...v0.6.0