diff --git a/bot/helper/telegram_helper/bot_commands.py b/bot/helper/telegram_helper/bot_commands.py index fac6314a..7463fb43 100644 --- a/bot/helper/telegram_helper/bot_commands.py +++ b/bot/helper/telegram_helper/bot_commands.py @@ -1,8 +1,8 @@ class _BotCommands: def __init__(self): self.StartCommand = 'start' - self.ListCommand = 'search' - self.CloneCommand = 'clone' + self.ListCommand = 'find' + self.CloneCommand = 'clonex' self.CountCommand = 'count' self.PermissionCommand = 'perm' self.DeleteCommand = 'del'