2
0

add mcp post bot

This commit is contained in:
2026-03-23 04:01:57 +09:00
parent 2bf780cea0
commit 60c8c753ae
4 changed files with 92 additions and 2 deletions

View File

@@ -285,7 +285,7 @@ fn load_user_limit() -> u32 {
token::load_config()
.ok()
.and_then(|c| c["bot"]["limit"].as_u64())
.unwrap_or(3) as u32
.unwrap_or(100) as u32
}
/// Check if a user is within daily rate limit. Returns true if allowed.