Too many lines

This commit is contained in:
Cohee
2023-12-15 23:39:02 +02:00
committed by GitHub
parent 279b731f64
commit 5bda74b886

View File

@ -3,12 +3,8 @@ import { extension_settings, saveMetadataDebounced } from './extensions.js';
import { executeSlashCommands, registerSlashCommand } from './slash-commands.js';
import { isFalseBoolean } from './utils.js';
const MAX_LOOPS = 100;
function getLocalVariable(name, args = {}) {
if (!chat_metadata.variables) {
chat_metadata.variables = {};