Skip to content

Commit 8b3ede8

Browse files
committed
fix: add missing /invite command description
1 parent 237430c commit 8b3ede8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/itmogus/modules/users/handlers.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ async def cmd_start(message: Message, sheets: SheetsClient):
5353
users = UserRepository(sheets)
5454
role = await get_role(user.id, users)
5555

56-
commands = ["📝 /register <ИСУ> — регистрация"]
56+
commands = [
57+
"📝 /register <ИСУ> — регистрация"
58+
"📧 /invite - получение доступа к репозиторию"
59+
]
5760

5861
if role in (Role.TEAM, Role.OWNER):
5962
commands.append("📋 /give <ИСУ> — выдать задачу")

0 commit comments

Comments
 (0)