From 199d41984ed15d52999bcd5c5a9e76b41461ffdd Mon Sep 17 00:00:00 2001 From: Sara Sayed <162738632+Sarasayed0118@users.noreply.github.com> Date: Sun, 19 Jan 2025 21:04:24 +0530 Subject: [PATCH] Update Main.py --- dist/ba_root/mods/chatHandle/ChatCommands/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ba_root/mods/chatHandle/ChatCommands/Main.py b/dist/ba_root/mods/chatHandle/ChatCommands/Main.py index bc9a846..1ac817d 100644 --- a/dist/ba_root/mods/chatHandle/ChatCommands/Main.py +++ b/dist/ba_root/mods/chatHandle/ChatCommands/Main.py @@ -95,7 +95,7 @@ def Command(msg, clientid): cost_of_command = set.availablecommands[command] have_coins = nc.getcoins(accountid) if have_coins >= cost_of_command: - Management.ExcelCommand(command, arguments, clientid, accountid) + Management.ExcelCommand(command, arguments, clientid, accountid, Arguments) cc.addcoins(accountid, cost_of_command * -1) sendall(f"Success! /{command} cost you {tic}{cost_of_command}.") else: