This commit is contained in:
jxxghp
2023-06-11 16:31:36 +08:00
parent 9836a5d6da
commit d4ae495b15
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ class Slack:
free = torrent.get_volume_factor_string()
seeder = f"{torrent.seeders}"
description = torrent.description
text = f"{index}. 【{site_name}[{title}]({link}) {free} {seeder}\n{description}"
text = f"{index}. 【{site_name}*<{link}|{title}>* {free} {seeder}\n{description}"
blocks.append(
{
"type": "section",