Skip to content

Commit

Permalink
Add shortcut for /new
Browse files Browse the repository at this point in the history
  • Loading branch information
njbbaer committed Sep 12, 2024
1 parent 573c6da commit 05f858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telegram/telegram_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, context_filepath, telegram_token, authorized_users):

# Handle commands
command_handlers = [
(["new"], self.new_conversation_command_handler),
(["new", "n"], self.new_conversation_command_handler),
(["retry", "r"], self.retry_command_handler),
(["reply", "rep"], self.reply_command_handler),
(["undo", "u"], self.undo_command_handler),
Expand Down

0 comments on commit 05f858b

Please sign in to comment.