Skip to content

Commit 99133ee

Browse files
committed
Mention that *relax* user is missing
1 parent cc1ac1c commit 99133ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bathbot/src/commands/osu/relax/profile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub(super) async fn relax_profile(orig: CommandOrigin<'_>, args: RelaxProfile<'_
106106
Ok(Some(info_res)) => info_res,
107107
Ok(None) => {
108108
return orig
109-
.error(format!("User `{}` not found", user.username))
109+
.error(format!("Relax user `{}` not found", user.username))
110110
.await;
111111
}
112112
Err(err) => {

0 commit comments

Comments
 (0)