fix material
This commit is contained in:
@ -27,7 +27,7 @@ class PrankService:
|
|||||||
"name": command_data.name,
|
"name": command_data.name,
|
||||||
"description": command_data.description,
|
"description": command_data.description,
|
||||||
"price": command_data.price,
|
"price": command_data.price,
|
||||||
"material": command_data.get("material"),
|
"material": command_data.material,
|
||||||
"command_template": command_data.command_template,
|
"command_template": command_data.command_template,
|
||||||
"server_ids": command_data.server_ids,
|
"server_ids": command_data.server_ids,
|
||||||
"targetDescription": command_data.targetDescription,
|
"targetDescription": command_data.targetDescription,
|
||||||
|
|||||||
Reference in New Issue
Block a user