mirror of
https://github.com/OMGeeky/twba.uploader.git
synced 2026-01-20 01:00:56 +01:00
fix users url
This commit is contained in:
@@ -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()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user