mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Update start bot status
This commit is contained in:
@@ -27,7 +27,7 @@ async fn make_register_request(user_id: UserId, username: &str, token: &str) ->
|
|||||||
("token", token),
|
("token", token),
|
||||||
("user", user_id),
|
("user", user_id),
|
||||||
("username", username),
|
("username", username),
|
||||||
("status", "pending"),
|
("status", "approved"),
|
||||||
("cache", "no_cache")
|
("cache", "no_cache")
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user