Skip to content

Commit

Permalink
change commands
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Sep 27, 2024
1 parent f53078f commit d4b766f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keel_telegram_bot/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Commands
COMMAND_START = "start"
COMMAND_LIST_RESOURCES = ["resources", "R"]
COMMAND_LIST_APPROVALS = ["list", "l"]
COMMAND_LIST_RESOURCES = ["resources"]
COMMAND_LIST_APPROVALS = ["approvals"]
COMMAND_APPROVE = ["approve", "a"]
COMMAND_REJECT = ["reject", "r"]
COMMAND_DELETE = ["delete", "d"]
Expand Down

0 comments on commit d4b766f

Please sign in to comment.