mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
osu: Improve wording for interaction outputs
This commit is contained in:
parent
346f74e6c4
commit
dc02b4b7e2
2 changed files with 39 additions and 16 deletions
|
@ -450,7 +450,7 @@ async fn to_user_id_query(
|
|||
env.saved_users
|
||||
.by_user_id(id)
|
||||
.await?
|
||||
.map(|u| UserID::ID(u.id))
|
||||
.map(|u| UserID::Username(u.username.to_string()))
|
||||
.ok_or_else(|| Error::msg("No saved account found"))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue