fix material

This commit is contained in:
aurinex
2025-12-29 13:34:37 +05:00
parent 3b4e3d85ed
commit 9d007a45c8

View File

@ -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,