diff --git a/src/bot.rs b/src/bot.rs index 3d29cba..aa30c1b 100644 --- a/src/bot.rs +++ b/src/bot.rs @@ -16,10 +16,10 @@ use crate::data::Notify; pub fn c_bot(c: &Context) { let h = async { - let mut notify = notify::get_request(100).await; + let mut notify = notify::get_request(20).await; if notify == "err" { refresh(c); - notify = notify::get_request(100).await; + notify = notify::get_request(20).await; } let notify: Notify = serde_json::from_str(¬ify).unwrap();