This commit is contained in:
2024-12-06 14:20:29 +03:00
commit ae115cfbcb
38 changed files with 1178 additions and 0 deletions

7
msg/SetEmailMsg.py Normal file
View File

@@ -0,0 +1,7 @@
from bot.DaMsg import DaMsg
class SetEmailMsg(DaMsg):
def get_msg(data=None) -> str:
return "Укажите пожалуйста email, который вы используете на ITGuild, если у вас нет учетной записи, то мы ее создадим."