From 568a300b1cac9e9f5445c71aef9c3d80c676a06e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 Mar 2026 22:19:03 +0300 Subject: [PATCH] update --- code/sergay.json | 14 +++++++++++++- code/sergay.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/code/sergay.json b/code/sergay.json index c661659..08c52e2 100644 --- a/code/sergay.json +++ b/code/sergay.json @@ -330,5 +330,17 @@ { "id": 83, "83": "Борщевик ебал" + }, + { + "id": 84, + "84": "фашист" + }, + { + "id": 85, + "85": "залупа очкастая" + }, + { + "id": 86, + "86": "пидор гнойный" } -] +] \ No newline at end of file diff --git a/code/sergay.py b/code/sergay.py index f8d9024..ce48365 100644 --- a/code/sergay.py +++ b/code/sergay.py @@ -15,7 +15,7 @@ from telegram.ext import ( filters, ) -PREFIX_WORD = "Сергей" +PREFIX_WORD = "серГЕЙ" JSON_FILE = "sergay.json" SERVICE_NAME = "sergay-bot"