fix(basic): lowercase DETECT keyword for Rhai
All checks were successful
BotServer CI/CD / build (push) Successful in 5m23s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-17 10:18:15 -03:00
parent 98fcd132c6
commit b496900165

View file

@ -1267,6 +1267,7 @@ impl ScriptService {
"DO", "LOOP", "RETURN", "EXIT",
"WITH", "END WITH", "AND", "OR", "NOT", "MOD",
"DIM", "AS", "NEW", "FUNCTION", "SUB", "CALL",
"DETECT",
];
let mut result = String::new();