From b1dfe93e225f1293c8ce989a2ed8ae3bf41f32a7 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Fri, 6 Feb 2026 12:05:20 +0300 Subject: [PATCH] fix regex --- src/commands/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/test.ts b/src/commands/test.ts index fe052cd..ff9eddb 100644 --- a/src/commands/test.ts +++ b/src/commands/test.ts @@ -4,7 +4,7 @@ import {logError, oldReplyToMessage, randomValue} from "../util/utils"; import {Environment} from "../common/environment"; export class Test extends Command { - regexp = /^(test|тест|еуые|ntcn|инноке(нтий|ш|нтич))/i; + regexp = /^(test|тест|еуые|ntcn|инноке(нтий|ш|нтич))$/i; title = "тест"; description = "System functionality check";