discord-kurante/src/passive/ahhhh.rs

8 lines
126 B
Rust
Raw Normal View History

2020-05-02 05:04:51 +00:00
use crate::simple_responder;
2020-05-02 02:17:53 +00:00
2020-05-02 05:04:51 +00:00
simple_responder!(
YellResponder,
r"A+H{5,}",
"its ok ur gonna get a 6* someday"
);