Mention Google

This commit is contained in:
Enrico Ros
2023-06-28 01:03:27 -07:00
parent f35545a1b1
commit 87d9309a8e
+1 -1
View File
@@ -127,7 +127,7 @@ async function search(query: string): Promise<string> {
return JSON.stringify(data);
} catch (error) {
console.error('Error fetching search results:', error);
return 'An error occurred while searching the internet. Missing API Key?';
return 'An error occurred while searching the internet. Missing Google API Key?';
}
}