/ae command now available if specifically set to

This commit is contained in:
2026-02-16 19:50:07 +03:00
parent edcc0ddc91
commit 69ae37e05e
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -132,7 +132,6 @@ export const commands: Command[] = [
new Start(),
new Help(),
new Test(),
new Ae(),
new Ignore(),
new Unignore(),
new Ping(),
@@ -168,6 +167,10 @@ export const commands: Command[] = [
new YouTubeDownload()
];
if (Environment.ENABLE_UNSAFE_EVAL) {
commands.push(new Ae());
}
export const callbackCommands: CallbackCommand[] = [
new OllamaCancel()
];