Files
hater/config.py
2021-05-24 10:17:42 +03:00

25 lines
704 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# для страницы
u_admins = []
bot_id =
u_token = ''
# для группы
g_admins = []
group_id =
g_token = ''
# комнады
hate = ['+хейт', '+hate']
unhate = ['-хейт', '-hate']
cooldown = ['!кд', '!cd']
# префиксы
hate_message_prefix = ['текст', 'text']
hate_photo_prefix = ['фото', 'photo']
# варианты ошибок доступа
ERRORS = "Иди отсюда нахуй, безправный", "А залупой по голове не хочешь?", "Хуя че вздумал", "Это так не работает", "1к и я подумаю"
# 1 - "набирает сообщение" включено, 0 - выключено
TYPING = 1