Update start bot status

This commit is contained in:
2023-05-14 22:27:42 +02:00
parent 0b875cee25
commit 528a4e16cd

View File

@@ -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")
]); ]);