This commit is contained in:
2023-05-09 00:08:02 +02:00
parent 0785cf6a21
commit 0b875cee25
12 changed files with 35 additions and 36 deletions

View File

@@ -68,5 +68,5 @@ pub async fn register(user_id: UserId, message_text: &str) -> RegisterStatus {
return RegisterStatus::RegisterFail;
}
return RegisterStatus::Success { username: bot_username };
RegisterStatus::Success { username: bot_username }
}