fix users url

This commit is contained in:
OMGeeky
2024-04-28 02:36:36 +02:00
parent 932ea5cf0b
commit 5c7515bd33

View File

@@ -152,7 +152,7 @@ fn substitute_common(
.replace(TWITCH_CHANNEL_NAME, &user.twitch_name)
.replace(
TWITCH_CHANNEL_URL,
&format!("https://twitch.tv/users/{}", &user.twitch_id),
&format!("https://twitch.tv/{}", &user.twitch_id),
)
.replace(PART_COUNT, &max.to_string()))
}