mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
🔍 Change post admin notice domain to self-hosted
This commit is contained in:
parent
f81fee8e88
commit
847444e468
@ -130,7 +130,7 @@ class Post(Plugin.Conversation):
|
||||
InlineKeyboardButton("取消", callback_data=f"post_admin|cancel|{post_info.post_id}"),
|
||||
]
|
||||
]
|
||||
url = f"https://www.miyoushe.com/{self.short_name}/article/{post_info.post_id}"
|
||||
url = f"https://www.miyoushe.gay/{self.short_name}/article/{post_info.post_id}"
|
||||
text = f"发现官网推荐文章 <a href='{url}'>{post_info.subject}</a>\n是否开始处理"
|
||||
try:
|
||||
await context.bot.send_message(
|
||||
|
Loading…
Reference in New Issue
Block a user