/ae command now available if specifically set to
This commit is contained in:
+4
-1
@@ -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()
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user