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

7 lines
296 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 SetEmailMsg(DaMsg):
def get_msg(data=None) -> str:
return "Укажите пожалуйста email, который вы используете на ITGuild, если у вас нет учетной записи, то мы ее создадим."