We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
voice_quality
limit_amount
target_id
/guild/user-list
color
/user/view
nav_channels
kmarkdown.raw_content
embeds
embeds_append
quote
rong_id
direct-message/list
author
direct-message/view
message/view
quote.author
sort_channel
level
batch_updated_channel
added_channel
batch_added_channel
未文档化的事件列表
The text was updated successfully, but these errors were encountered:
抄走了 暑假我就去维护我的kook-kt
Sorry, something went wrong.
好好好
No branches or pull requests
voice_quality
与limit_amount
voice_quality
target_id
内容异常/guild/user-list
中的用户有color
字段,但/user/view
中的用户没有color
字段nav_channels
但消息更新事件中缺失nav_channels
kmarkdown.raw_content
但 API 获取消息详情时缺失该字段embeds
永远为空(已通过embeds_append
事件解决)quote
中表示被引用的消息 ID 为rong_id
direct-message/list
接口返回的每条消息的信息中都包含了author
的详情,direct-message/view
接口返回的单条信息中没有author
字段message/view
接口中的author
相比quote.author
缺失一些字段sort_channel
事件中并未包含所有频道的level
值。实际上,移动某频道会实际变更该频道及其新旧位置中间所包围的其它频道的level
,又是甚至会更新整个服务器所有频道的level
,KOOK 所推荐的最佳实践是在收到sort_channel
时重新获取所有整个服务器的所有频道的level
值吗batch_updated_channel
事件中added_channel
有新频道时为 object,无新频道时为 arraybatch_added_channel
事件中创建的文字频道包含了不应该包含的语音频道专有参数未文档化的事件列表
The text was updated successfully, but these errors were encountered: