mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2025-12-20 22:24:57 +01:00
fix: worldtimeapi.py desc
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user