S-IAF
Join ServerSapphire - Imagine a framework
sapphire-support
What is the difference between response.status and response.statusCode ?
CChillihero3/11/2023
When using the API Plugin of Sapphire.

Solution
SSwiizyy3/11/2023
Hey,
StatusCode is a value, status is a function that assigns the desired status to the StatusCode value
StatusCode is a value, status is a function that assigns the desired status to the StatusCode value
CChillihero3/11/2023
so I can chain status but not statusCode?
SSwiizyy3/11/2023
Yes