diff --git a/plugins/Generic/plugin-workers-ai.js b/plugins/Generic/plugin-workers-ai.js index f9bc3fc..145de30 100644 --- a/plugins/Generic/plugin-workers-ai.js +++ b/plugins/Generic/plugin-workers-ai.js @@ -3,7 +3,6 @@ */ const onRun = async () => { - await Plugins.alert(1, Plugin) if (!(await checkApiKey())) return while (await Ask()) {} }