Command and chat handler for rust

User-friendly bot-handler module for rust

Can be used for bots

Module available at -

Example

Cargo.toml

Add this to your cargo.toml file:

toml bot-handler-manager = "0.1.2"

main.rs

```rust // use use bothandlermanager;

fn main() { bothandlermanager::textspeechtext("hello!"); let mut commander = bothandlermanager::Commander::new("You~> "); commander.on("hi", "Hello there!"); // Loop and read loop { commander.read(); } }

```

Feel free to open issues and contribute!

breadA#3012

This repo is licensed under: