Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 3fc84d6

Browse files
authored
Update warning message formatting in updater script
1 parent f7134d1 commit 3fc84d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/extra_module_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async def unified_update_handler(bot: BOT, message: Message):
8080
else:
8181
# status_emoji = "⚠️"
8282
status_text = f"<b>A new update is available!</b>\n<i>Run the command with the <code>-pull</code> flag to apply updates.</i>"
83-
warning_text = f"<b>WARNING:</b> <blockquote><i>Update may require reinstalling the requirements.\n<a href='https://github.com/R0Xofficial/PlainUB-Extras/blob/main/UPDATE_INFO.md'>READ MORE</a></i></blockquote>"
83+
warning_text = f"<b>WARNING:</b> <blockquote><i>Update may require reinstalling the requirements. <a href='https://github.com/R0Xofficial/PlainUB-Extras/blob/main/UPDATE_INFO.md'>MORE</a></i></blockquote>"
8484

8585
response_text = (
8686
f"{status_text}\n\n"

0 commit comments

Comments
 (0)