This commit is contained in:
doryan 2025-04-03 12:14:28 +04:00
parent e4d746ea97
commit 35c1df8363

View File

@ -51,7 +51,6 @@ async fn main() {
match token_result {
Ok(token) => {
let bot = Bot::new(token);
let mut route = Router::new("main");
let mut dice = Router::new("dice");