Expand description
§Kovi
A OneBot V11 bot framework developed using Rust.
More documentation can be found at Github-Kovi Or Kovi-doc
中文文档或更多文档请查看Github-Kovi 和 Kovi-doc
Re-exports§
pub use bot::ApiReturn;pub use bot::Bot;pub use bot::event;pub use bot::message::Message;pub use bot::runtimebot::RuntimeBot;pub use error::MessageError;pub use plugin::plugin_builder::PluginBuilder;pub use plugin::plugin_builder::event::MsgEvent;pub use plugin::plugin_builder::event::NoticeEvent;pub use plugin::plugin_builder::event::RequestEvent;pub use task::spawn;pub use chrono;pub use croner;pub use futures_util;pub use log;pub use serde_json;pub use tokio;pub use toml;
Modules§
- bot
- Everything about bots is inside
- error
- 一些错误枚举
- logger
- 控制台输出日志
- plugin
- 关于插件的一切
- task
- task 提供 kovi 运行时的多线程处理
- types
- 这里包含一些集成类型
- utils
- 提供一些方便的插件开发函数
Macros§
Type Aliases§
- AllMsg
Event Deprecated - AllNotice
Event Deprecated - AllRequest
Event Deprecated