v0.3.0
Update Path
This release changed the default value of everyoneHandling
parameter in IUserMessage.Resolve
to TagHandling.Name
. All usages of this method need to take note of this change.
Added
- Added method overload
GetUserAsync(string,string,RequestOptions)
to theIKookClient
interface and implemented it inBaseSocketClient
. (6555c2b) - Added support to disable Unicode bidirectional formatting of username strings via
KookConfig.FormatUsersInBidirectionalUnicode
. (bfc038e)
Fixed
- Fixed issue with
IUserMessage.Resolve
incorrectly textifying mentions for@everyone
and@here
. (91c1175) - Fixed deserialization issue with
IGuild.CreateRoleAsync
results. (1726d5c) - (Experimental feature) Fixed issue with
KookRestClient.CreateGuildAsync
not returning complete guild information. (2b5c59d)
Misc
Full Changelog: v0.2.5...v0.3.0