Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bathbot/src/embeds/osu/medal_stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl MedalStatsEmbed {
let user_id = user.user_id.to_native();

let author = AuthorBuilder::new(username)
.url(format!("https://inex.osekai.net/api/profiles/{user_id}"))
.url(format!("https://osekai.net/profiles/?user={user_id}"))
.icon_url(flag_url(country_code));

let footer = FooterBuilder::new("Check osekai.net for more info");
Expand Down
Loading