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";