fix regex

This commit is contained in:
2026-02-06 12:05:20 +03:00
parent ae428d8415
commit b1dfe93e22
+1 -1
View File
@@ -4,7 +4,7 @@ import {logError, oldReplyToMessage, randomValue} from "../util/utils";
import {Environment} from "../common/environment"; import {Environment} from "../common/environment";
export class Test extends Command { export class Test extends Command {
regexp = /^(test|тест|еуые|ntcn|инноке(нтий|ш|нтич))/i; regexp = /^(test|тест|еуые|ntcn|инноке(нтий|ш|нтич))$/i;
title = "тест"; title = "тест";
description = "System functionality check"; description = "System functionality check";