You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
0.6.0
Changes
Member#kick and Guild#kick now have an optional reason.
KordBuilder now throws a (more) useful exception when building a bot with an invalid token.
The REST module will now use discord.com/api instead of the deprecated discordapp.com/api.
Kord now uses Dispatchers.default as the default dispatcher.
Fixes
Fixed an issue where Invite events would not fire if the invited user didn't have an avatar.
Fixed some outdated docs on the KordBuilder.
Fixed an issue where voice states from guild creates were not getting cached.
Additions
Introduced an experimental REST-only variant of the Kord builder. This will automatically disable gateway and cache
related APIs and replace them with a no-op implementation.