tg_bot/msg/UserMsg.py
2024-12-06 14:20:29 +03:00

9 lines
617 B
Python
Raw 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.

from bot.DaMsg import DaMsg
class HelloMsg(DaMsg):
def get_msg(data=None) -> str:
return ("Здравствуйте. Для более удобной работы с нашим ботом, вам необходимо авторизироваться. "
"Перейдите по сслыки <a href='https://itguild.info/profile/settings'>https://itguild.info/profile/settings</a>, "
"в блоке «Телеграмм бот» нажмите на кнопку «Сгенерировать», полученный код отправте в телеграмм бот.")