From 9d007a45c88b31f241919960608a0ad696574c73 Mon Sep 17 00:00:00 2001 From: aurinex Date: Mon, 29 Dec 2025 13:34:37 +0500 Subject: [PATCH] fix material --- app/services/server/prank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/server/prank.py b/app/services/server/prank.py index 1f09ac6..b89b8cd 100644 --- a/app/services/server/prank.py +++ b/app/services/server/prank.py @@ -27,7 +27,7 @@ class PrankService: "name": command_data.name, "description": command_data.description, "price": command_data.price, - "material": command_data.get("material"), + "material": command_data.material, "command_template": command_data.command_template, "server_ids": command_data.server_ids, "targetDescription": command_data.targetDescription,