/h for /help only, not for history

This commit is contained in:
lidia9 2025-05-20 15:19:17 +02:00
parent 1944ccccdb
commit fea85193a3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class HistoryCommand(Command):
super().__init__(
name="/history",
description="Display the conversation history",
aliases=["/h"]
aliases=["/his"]
)
def handle(self, args: Optional[List[str]] = None,