Crate kovi

Source
Expand description

§Kovi

A OneBot V11 bot framework developed using Rust.

More documentation can be found at Github-Kovi Or Kovi-doc

中文文档或更多文档请查看Github-KoviKovi-doc

Re-exports§

pub use bot::message::Message;
pub use bot::plugin_builder::event::MsgEvent;
pub use bot::plugin_builder::event::NoticeEvent;
pub use bot::plugin_builder::event::RequestEvent;
pub use bot::plugin_builder::PluginBuilder;
pub use bot::runtimebot::RuntimeBot;
pub use bot::ApiReturn;
pub use bot::Bot;
pub use error::MessageError;
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
task
utils
提供一些方便的插件开发函数

Macros§

async_move
build_bot

Type Aliases§

AllMsgEventDeprecated
AllNoticeEventDeprecated
AllRequestEventDeprecated

Attribute Macros§

plugin