Delete const.py

This commit is contained in:
S1S13AF7 2024-08-09 07:20:21 +03:00 committed by GitHub
parent 212f4692cf
commit 66ae237881
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +0,0 @@
# -*- coding: utf-8 -*-
DB_NAME = "db4tg.sqlite"
REG_OK = {
'uk': "{user_fn} успішно зареєструвавсь(лась)",
'ru': "{user_fn} успешно зарегистрировался(лась)",
'be': "✅ паспяхова зарэгістраваны",
'en': "✅ successfully registered",
'default': "✅ ok"
}