From 1ba42507566a0b140badb7ad881a628cbad86b4a Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:33:24 +0330 Subject: [PATCH] remove-user --- core/tbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tbot.py b/core/tbot.py index 25f68d6..7f4706c 100644 --- a/core/tbot.py +++ b/core/tbot.py @@ -202,7 +202,7 @@ def delete_user(message): def process_delete_user(message): username = message.text.strip() - command = f"python3 {CLI_PATH} delete-user -u {username}" + command = f"python3 {CLI_PATH} remove-user -u {username}" result = run_cli_command(command) bot.reply_to(message, result)