fix: worldtimeapi.py desc

This commit is contained in:
Нориэль Крус
2023-07-02 15:44:13 +08:00
committed by GitHub
parent 3d9793d360
commit 9bd36c9845

View File

@@ -21,7 +21,7 @@ class WorldTimeApiPlugin(Plugin):
def get_spec(self) -> [Dict]:
return [{
"name": "worldtimeapi",
"description": "Get the current time from a given timezone. use " + self.plugin_tz + " if not specified. include 12hr format in the response.",
"description": f"Get the current time from a given timezone. include 12hr format in the response. use {self.plugin_tz} if timezone not specified.",
"parameters": {
"type": "object",
"properties": {