Hey @MightyPart Do you understand what I mean?
I hope that if it is a library error you will fix it soon
Openblox 1.0.60
-
configs now need to be created via a new
createOpenbloxConfig
method - this ensures cookies get formatted properly. -
setConfig
has been renamed tosetDefaultOpenbloxConfig
. -
fixed issue with
GroupsApi.groupMembers
where theroleId
filter was incorrectly mapped togroup
(instead ofrole
) in the filter string. -
roleId
will be now be typed as a literal where possible in theGroupsApi.groupMembers
method.
New way to create and set the default config:
setDefaultOpenbloxConfig(
createOpenbloxConfig({
cookie: process.env.ROBLOX_COOKIE as any,
cloudKey: process.env.CLOUD_KEY as any
})
)
Hey, I canβt reproduce this error. Do you mind telling me what runtime you are using as well as the version?