mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
fix: Bug
This commit is contained in:
parent
e1380e3ad8
commit
aa5dfa0d3b
1 changed files with 2 additions and 2 deletions
|
|
@ -307,7 +307,7 @@ export class bym extends plugin {
|
||||||
new SendPictureTool(),
|
new SendPictureTool(),
|
||||||
new WebsiteTool(),
|
new WebsiteTool(),
|
||||||
new WeatherTool(),
|
new WeatherTool(),
|
||||||
new DailyNewsTool()
|
new DailyNewsTool(),
|
||||||
new SendMessageToSpecificGroupOrUserTool()
|
new SendMessageToSpecificGroupOrUserTool()
|
||||||
]
|
]
|
||||||
if (Config.azSerpKey) {
|
if (Config.azSerpKey) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue