botserver/src/basic/keywords/mod.rs

16 lines
251 B
Rust
Raw Normal View History

2025-10-06 10:30:17 -03:00
pub mod create_draft;
pub mod create_site;
pub mod find;
pub mod first;
pub mod last;
pub mod format;
pub mod for_next;
pub mod get;
pub mod get_website;
pub mod llm_keyword;
pub mod on;
pub mod print;
pub mod set;
pub mod set_schedule;
pub mod wait;