chore: bump version to 4.17.4

This commit is contained in:
Soulter
2026-02-17 21:19:53 +08:00
parent 92d71fffe9
commit 9b0e24ec49
7 changed files with 38 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ class LocalPythonTool(FunctionTool):
if context.context.event.role != "admin":
return (
"error: Permission denied. Local Python execution is only allowed for admin users. "
"Tell user to set admins in AstrBot WebUI by adding their user ID to the admins list if they need this feature."
"Tell user to set admins in `AstrBot WebUI -> Config -> General Config` by adding their user ID to the admins list if they need this feature."
f"User's ID is: {context.context.event.get_sender_id()}. User's ID can be found by using /sid command."
)
sb = get_local_booter()